com.isti.jplotresp
Class JPlotResp

java.lang.Object
  extended by com.isti.jplotresp.JPlotResp

public class JPlotResp
extends java.lang.Object

Class JPlotResp is a program launcher that detects if the "JEvalResp.jar" file is missing and shows an error message if so.


Method Summary
static void main(java.lang.String[] args)
          Launches the program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
Launches the program. If the "JEvalResp.jar" file is missing then an error message is sent to the console (stderr) and a popup dialog is shown.

Parameters:
args - array of command-line parameters.