Unable to debug JNLP with Java 8

Viewed 1276

I have tried all ways

running application as

1) javaws -J-Xdebug -J-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9123 My.jnlp

2) setting the same option in JAVA_TOOL_OPTIONS

3) setting the same option in JAVAWS_VM_ARGS

4) setting the same option (without -J) in Java control panel

Tried the same options with or without Xnoagent

Each and every way, after doing it when I try to connect from eclipse - it cannot connect. When I do netstat -a - it doesn't show anyone listening on 9123.

I am on windows 10

1 Answers
Related