rvl.swv
Class ChkJVM

java.lang.Object
  extended by rvl.swv.ChkJVM

public class ChkJVM
extends java.lang.Object

This class's main(java.lang.String[]) method returns a nonzero exit code (10 * version number) if the JVM being run has a version lower than is required to run StatWeave.

Default requirement is 1.5 but this can be changed by specifying it as a command-line argument.


Field Summary
static double neededVersion
          Default requirement if not specified on the command line
 
Constructor Summary
ChkJVM()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

neededVersion

public static double neededVersion
Default requirement if not specified on the command line

Constructor Detail

ChkJVM

public ChkJVM()
Method Detail

main

public static void main(java.lang.String[] argv)