Debugging on a 64-Bit Java VM
See Also
You can use the Java HotSpot Server VM on 64-bit Sparc-v9 platforms.
You must be running J2SE v 1.4 software. Following are two reasons why
you might want to use a 64-bit JVM:
-
You need more than two gigabytes of Java memory available to your
Java application.
-
You need to interface Java to a Solaris V9 64-bit shared library.
To use a 64-bit JVM for debugging:
- From the main menu, choose Tools
Options.
- In the Options window, expand Debugging and Executing
Debugger Types.
- Select a debugger type.
You cannot use a 64-bit JVM with the J2EE server debugger.
- Add the -d64 flag to the External Process property.
For more information on 64-bit operations, see
http://java.sun.com/j2se/1.4/docs/guide/vm/index.html
Legal Notices