I am trying to debug my remote application. In one of my project documents I found these steps.
Set run time Parameter in Java control panel:
-Xdebug -Xrunjdwp:transport=dt_socket,address=localhost:8000,suspend=y
in Eclipse,
Run->Debug Configurations
... Choose Remote Java Application from the list. Click on the New launch configuration button in the upper left. Name the new configuration. Change the Connection Type to Standard (Socket Listen). Click on Apply, then Debug.
I followed these steps, and in eclipse I got "waiting for vm to co... port 8000...".
It never ends... I Googled it but couldn't find the resolution.