Downloads: Difference between revisions

From Jstacs
Jump to navigationJump to search
No edit summary
No edit summary
Line 6: Line 6:


== Install binaries ==
== Install binaries ==
To use Jstacs in your own projects, you must include jstacs-<version>.jar and all JARs in the lib-directory into your classpath.<br />
To use Jstacs in your own projects, you must include <code>jstacs-<version>.jar</code> and all JARs in the <code>lib</code>-directory into your classpath.<br />
If you want to use [http://www.jstacs.de/api/de/jstacs/utils/UserTime.html UserTime], you must also set the library-path (-Djava.library.path) to the directory where the dynamic library resides. For details see
If you want to use [http://www.jstacs.de/api/de/jstacs/utils/UserTime.html UserTime], you must also set the library-path (<code>-Djava.library.path</code>) to the directory where the dynamic library resides. For details see the documentation of [http://www.jstacs.de/api/de/jstacs/utils/UserTime.html UserTime].
the documentation of [http://www.jstacs.de/api/de/jstacs/utils/UserTime.html UserTime].

Revision as of 17:19, 7 September 2008

Current release (v1.0)

  • Jstacs Binaries tar.gz zip (includes all required libraries)
  • Jstacs Sources tar.gz zip (includes only the Jstacs sources)
  • Jstacs API tar.gz zip

Install 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.