How to debug Java Webstart application

Useful tip I came across for remote debugging java webstart application.

Run the following two lines from the command line (or from your bat file).

set JAVAWS_VM_ARGS="-Xdebug  -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=4145"
javaws http://URL/JNLP_DESCRIPTOR.jnlp

One Reply to “How to debug Java Webstart application”

Leave a Reply to Anonymous Cancel reply

Your email address will not be published. Required fields are marked *