| Sign In/My Account | View Cart |
| Article: |
Configuring Eclipse for Remote Debugging | |
| Subject: | small mistake | |
| Date: | 2005-09-01 10:58:42 | |
| From: | mrchucho@yahoo.com | |
There is a small mistake where you list the JAVA_OPTS:You need to remove the space in front of "suspend=n" or else JBoss will hang looking for a class called "suspend=n". After fixing that, this is working great! Thanks. |
||
Showing messages 1 through 2 of 2.
re: small mistakeThanks for pointing that out. That's one of the hazards of trying to wrap a long command line into the limited space in our web page layout.
-Chris Adamson (invalidname)<br/>Editor, ONJava.com
set JAVA_OPTS= -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n %JAVA_OPTS%