How do I run JPlotResp?
Running JPlotResp / Requirements
Use of JPlotResp 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.
If the interactive installer was used to install JPlotResp then a shortcut-icon should be available for running the program. Alternately, a command like the following may be used to start the program:
java -jar JPlotResp.jar
The files "JPlotResp.jar" and "JEvalResp.jar" must be available in the local directory, or the pathname to the files must be provided. Script (and batch) launcher files that allow the program to be started with just the command "run" 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 JPlotResp.jar
For Windows:
java -DSEEDRESP="%SEEDRESP%" -jar JPlotResp.jar
The provided "run" script (and batch) files are already setup to support passing the "SEEDRESP" environment variable.
It is also possible to run the program in a "command line" mode, where all of the response parameters are specified on the command line and one or more plots are generated. The "CmdLnPlotter" script (and batch) file may be used for this purpose. The set of parameters is the same as those for the JEvalResp program.
JPlotResp Download and Manual
Related Articles
No related articles were found.
Attachments
No attachments were found.
Visitor Comments