myecplice and ecplice remote debugging

myecplice and ecplice remote debugging

myecplice and ecplice remote debugging web
#!/bin/sh
export JPDA_ADDRESS=8012

./catalina.sh jpda start



save this script as a sh file, put it under tomcat bin, start tomcat



myecplice and ecplice with this script Remote debugging java project

java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=(custom port) 8000 -jar (java project name) screensnap3.jar

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326978851&siteId=291194637