home *** CD-ROM | disk | FTP | other *** search
- product = Sun Launcher 1.2
- command = (interpreter) (classpath) (d) (verbose) (xbootclasspath) (xdebug) (xnoclassgc) (xnoclassgc) (xms) (xmx) (xrs) (xcheckjni) (other)
-
- file interpreter "Interpreter itself"
- {
- value = "?"
- ext = "exe"
- validate = notnull
- default = "Java.exe"
- }
-
- path classpath "Class path"
- {
- value = "-classpath ?"
- }
-
- string d "System property"
- {
- value = "-d?"
- }
-
- list verbose "Verbose output"
- {
- value = "None"
- value = "Class" "-verbose:class"
- value = "Garbage collection" "-verbose:gc"
- value = "Native interface" "-verbose:jni"
- }
-
- path xbootclasspath "Boot class path"
- {
- value = "-Xbootclasspath:?"
- }
-
- boolean xdebug "Enable remote debugging"
- {
- value = false
- value = true "-Xdebug"
- }
-
- boolean xnoclassgc "Disable garbage collection"
- {
- value = false
- value = true "-Xnoclassgc"
- }
-
- boolean xnoclassgc "Disable garbage collection"
- {
- value = false
- value = true "-Xnoclassgc"
- }
-
- string xms "Initial heap size"
- {
- value = "-Xms?"
- }
-
- string xmx "Maximum heap size"
- {
- value = "-Xmx?"
- }
-
- boolean xrs "Reduce OS signals"
- {
- value = false
- value = true "-Xrs"
- }
-
- boolean xcheckjni "Check JNI functions"
- {
- value = false
- value = true "-Xcheck:jni"
- }
-
- string other "Other options"
- {
- value = "?"
- }
-