Getting started

From Jstacs
Revision as of 13:48, 19 November 2009 by Keilwagen (talk | contribs) (New page: __NOTOC__ == Basic Requirements == * Make sure that you have installed [http://java.sun.com/javase/downloads/index.jsp Java] 1.5 or later. * Download latest version of [http://www.jstacs.d...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Basic Requirements

  • Make sure that you have installed Java 1.5 or later.
  • Download latest version of Jstacs.
  • Include all JARs (e.g. jstacs-<version>.jar, ...) into your classpath. (Using eclipse, you have to add the JARs to the Java build path by changing the properties of your project.)

Additional Requirements

  • If you want to use REnvironment, you must have a server with a running instance of R and Rserve.
  • If you want to use UserTime, you must compile de_jstacs_utils_UserTime.c and you must set the library-path (-Djava.library.path) to the directory where the dynamic library resides. For details see the documentation of UserTime.