I know there’s some JAVA_OPTS to set to remotely debug a Java program.
What are they and what do they mean ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have this article bookmarked on setting this up for Java 5 and below.
Basically run it with:
For Java 5 and above, run it with:
If you want Java to wait for you to connect before executing the application, replace
suspend=nwithsuspend=y.