|
发表于 2005-8-4 00:20:50
|
显示全部楼层
- $ java-config --help
- Usage: java-config [ OPTIONS ]
- Options:
- << -h arg1[,arg2,...] --help=arg1[,arg2,...] >>
- List all command line options with --help , for command specific long help
- messages use --help=command (ex. --help=javac)
- << -J --java >>
- Print the location of the java executable
- << -c --javac >>
- Print the location of the java byte compiler
- << -j --jar >>
- Print the location of the jar executable
- << -O --jdk-home >>
- Print the location of the current jdk home
- << -o --jre-home >>
- Print the location of the current jre home
- << -f --show-active-vm >>
- Show the active virtual machine
- << -v --java-version >>
- Print the version information for the in-use jvm
- << -p arg1[,arg2,...] --classpath=arg1[,arg2,...] >>
- Print entries in the enviroment or package classpath.
- << -g argument --get-env=argument >>
- Print an environment variable from the currently selected VM
- << -e arg1[,arg2,...] --exec=arg1[,arg2,...] >>
- Execute something that should be somewhere in the JAVA_HOME
- << -l --list-available-packages >>
- List all available packages
- << -L --list-available-vms >>
- List all available virtual machines
- << -P arg1[,arg2,...] --print=arg1[,arg2,...] >>
- Print the environment information for a specified VM
- << -S argument --set-system-vm=argument >>
- Set the VM for the entire system
- [color=DarkRed] << -s argument --set-user-vm=argument >>
- Set the VM for a user[/color]
- << -A arg1[,arg2,...] --set-system-classpath=arg1[,arg2,...] >>
- Set the system classpath
- << -a arg1[,arg2,...] --set-user-classpath=arg1[,arg2,...] >>
- Set the user classpath
- << -B arg1[,arg2,...] --add-system-classpath=arg1[,arg2,...] >>
- Append to the system classpath
- << -b arg1[,arg2,...] --add-user-classpath=arg1[,arg2,...] >>
- Append to the user classpath
- << -X --clean-system-classpath >>
- Clean the classpath of all packages
- << -x --clean-user-classpath >>
- Clean the user classpath of all packages
- << -n --nocolor >>
- Turn off all colors.
- << -i arg1[,arg2,...] --library=arg1[,arg2,...] >>
- Print entries in the package library.
复制代码 |
|