Added casefile.md

This commit is contained in:
Giga1699 2014-02-16 18:35:01 -05:00
parent 345599bea0
commit d489b5f924

37
tools/casefile.md Normal file
View File

@ -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> path to Java(TM) 2 SDK, Standard Edition
-J<jvm_option> pass <jvm_option> to JVM
--cp:p <classpath> prepend <classpath> to classpath
--cp:a <classpath> append <classpath> to classpath
Module reload options:
--reload /path/to/module.jar Installs or reinstalls a module JAR file.
Additional Module(s) Option(s):
-o, --open <arg1>...<argN>
-i, --import <arg>
Core options:
--laf <LaF classname> use given LookAndFeel class instead of the default
--fontsize <size> set the base font size of the user interface, in points
--locale <language[:country[:variant]]> use specified locale
--userdir <path> use specified directory to store user settings
--nosplash do not show the splash screen
```
Example Usage
-------
Links
-------