View Single Post
Old 12-23-2011, 09:06 AM   #1
X19
Junior Member
X19 began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Dec 2011
Device: kindle
Application remote debugging

Hi,

in java is possible to remote debug an application using "socket attach" connection and follow program flow via Eclipse debugging tools.
To do this is needed to start the remote JAR using special parameters as the follows:

java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address="800 0" -jar Test1.jar

My question is if is possible to load and launch a kindlet (if is in a jar managed by kindle) in the device, using this parameters so we can attach to it and debug it.

Thaks.
X19 is offline   Reply With Quote