Downloads: Difference between revisions

From Jstacs
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:
== Current release (v1.1)==
== Current release (v1.1)==


* Jstacs Binaries [http://www.jstacs.de/download.php?which=bin-tar tar.gz] [http://www.jstacs.de/download.php?which=bin-zip zip] (includes Jstacs binaries and all [[Acknowledgements#Libraries | required libraries]])
* Jstacs Binaries [http://www.jstacs.de/download.php?which=bin-tar&version=1.1 tar.gz] [http://www.jstacs.de/download.php?which=bin-zip&version=1.1 zip] (includes Jstacs binaries and all [[Acknowledgements#Libraries | required libraries]])
* Jstacs Sources [http://www.jstacs.de/download.php?which=source-tar tar.gz] [http://www.jstacs.de/download.php?which=source-zip zip] (includes only the Jstacs sources)
* Jstacs Sources [http://www.jstacs.de/download.php?which=source-tar&version=1.1 tar.gz] [http://www.jstacs.de/download.php?which=source-zip&version=1.1 zip] (includes only the Jstacs sources)
* Jstacs API [http://www.jstacs.de/download.php?which=api-tar tar.gz] [http://www.jstacs.de/download.php?which=api-zip zip]
* Jstacs API [http://www.jstacs.de/download.php?which=api-tar&version=1.1 tar.gz] [http://www.jstacs.de/download.php?which=api-zip&version=1.1 zip]


== Installing binaries ==
== Installing binaries ==

Revision as of 15:24, 29 October 2008

Current release (v1.1)

Installing binaries

To use Jstacs in your own projects, you must include jstacs-<version>.jar and all JARs in the lib-directory into your classpath.
If you want to use UserTime, you must also set the library-path (-Djava.library.path) to the directory where the dynamic library resides. For details see the documentation of UserTime.

Requirements

Jstacs requires Java 1.5 or later.