Java Control Panel applet

Package Command: "C:Program FilesJavajre6binjavaw.exe" -Xbootclasspath/a:"C:Program FilesJavajre6bin..libdeploy.jar" -Duser.home="%UserProfile%" com.sun.deploy.panel.ControlPanel

Manually updated Command: "C:Program FilesJavajre6binjavaw.exe" -Xbootclasspath/a:"C:Program FilesJavajre6bin..libdeploy.jar" com.sun.deploy.panel.ControlPanel

Actual Command: "C:Program FilesJavajre6binjavaw.exe" -Xbootclasspath/a:"C:Program FilesJavajre6bin..libdeploy.jar" -Duser.home="C:UsersAdministrator" com.sun.deploy.panel.ControlPanel

Javaw.exe: is console less Java executable

Xbootclasspath/a:path

Specify a semicolon-separated path of directires, JAR archives, and ZIP archives to append to the default bootstrap class path.

-Duser.home

-Dproperty=value

Set a system property value

http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/java.html

Leave a Reply

Your email address will not be published. Required fields are marked *