diff --git a/tools/casefile.md b/tools/casefile.md new file mode 100644 index 0000000..484ccb4 --- /dev/null +++ b/tools/casefile.md @@ -0,0 +1,37 @@ +# casefile + +Notes +------- + +Help Text +------- +``` +Usage: /usr/share/casefile/bin/../platform/lib/nbexec {options} arguments + +General options: + --help show this help + --jdkhome path to Java(TM) 2 SDK, Standard Edition + -J pass to JVM + + --cp:p prepend to classpath + --cp:a append to classpath +Module reload options: + --reload /path/to/module.jar Installs or reinstalls a module JAR file. + +Additional Module(s) Option(s): + -o, --open ... + -i, --import + +Core options: + --laf use given LookAndFeel class instead of the default + --fontsize set the base font size of the user interface, in points + --locale use specified locale + --userdir use specified directory to store user settings + --nosplash do not show the splash screen +``` + +Example Usage +------- + +Links +-------