|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrvl.swv.ChkJVM
public class ChkJVM
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 |
---|
public static double neededVersion
Constructor Detail |
---|
public ChkJVM()
Method Detail |
---|
public static void main(java.lang.String[] argv)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |