Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Where can I find the documentation for java application launcher ?

Status
Not open for further replies.

kknight2046

Programmer
Joined
Jul 6, 2006
Messages
17
Location
US
Where can I find the documentation for java application launcher for java 6? I want to know the full description of the java options.
I went to

But it doesn't seem to be a full description of the java application launcher. For example, I did not find the description for -Xdebug option.

Thanks.
 
Maybe they're the same as previous versions.

Cheers,
Dian
 
man java prints:
-Xdebug Start with support for JVMDI enabled. JVMDI has
been deprecated and is not used for debugging in
J2SE 5.0, so this option isn�t needed for debugging
in J2SE 5.0.
on the linux-platform for my Java 5.

don't visit my homepage:
 
Maybe it worths metioning that -X options are non standard, subject to change without notice.

java -X shows all that option.

-Xdebug shows for my Java 1.4 but not for my Java 1.5

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top