Posted By:
annie_g
Posted On:
Tuesday, December 5, 2006 11:57 AM
Hi,
Trying to debug an application in Eclipse. If I run the application from command line, it would be run as:
c:/j2sdk1.4.2/bin/java -Xms128m -Xmx256m -classpath %CLASSPATH% -Djava.rmi.server.codebase=file:/%MYCLASSPATH% -Djava.security.policy=%MYCLASSPATH%server.policy com.bas.server.HubServer --host localhost:1500 start &
How should I configurate the eclipse debugger in this case? Thanks!
Annie