The 'java' command line provides -jar option to run a jar file.
java -jar <jarfile>
The corresponding -jar option is not facilitated by jdb command line to debug the jar file.
Some thing like,
jdb -jar <jarfile>
###@###.### 10/20/04 13:00 GMT
java -jar <jarfile>
The corresponding -jar option is not facilitated by jdb command line to debug the jar file.
Some thing like,
jdb -jar <jarfile>
###@###.### 10/20/04 13:00 GMT