How do I run JEvalResp?
Running JEvalResp / Requirements
Use of JEvalResp requires that a Java Version Machine (JVM) version 1.4 or higher be available on the host system. An installable version of the Java Runtime Environment (JRE) containing the latest JVM may be downloaded from Sun. A command like the following may be used to start the program:
java -jar JEvalResp.jar [parameters]
The file "JEvalResp.jar" must be available in the local directory, or the pathname to the file must be provided. Script and executable launcher files (e.g. "JEvalResp") that allow the program to be started with just the command "JEvalResp [parameters]" are provided with the distribution.
The program supports searching the directory pointed to by the "SEEDRESP" environment variable, but in order for this support to work, the contents of the variable must be passed to the Java environment when the program is started, like this:
For Unix:
java -DSEEDRESP=$SEEDRESP -jar JEvalResp.jar [parameters]
For Windows:
java -DSEEDRESP="%SEEDRESP%" -jar JEvalResp.jar [parameters]
The provided JEvalResp script and executable files are already setup to support passing the "SEEDRESP" environment variable.
JEvalResp Manual
Related Articles
No related articles were found.
Attachments
No attachments were found.
Visitor Comments