JDK-8025875 : Cannot debug applet with Eclipse. Deployment args are swallowed.
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 7u40
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_7
  • Submitted: 2013-09-12
  • Updated: 2013-10-03
  • Resolved: 2013-10-03
Related Reports
Duplicate :  
Description
FULL PRODUCT VERSION :
1.7.0_40-b43

ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows [Version 6.1.7601]

A DESCRIPTION OF THE PROBLEM :
Debugging works in JRE 1.7.0_40-b43. After that this function is lost for Windows 7.

After that release only some of the needed deployment arguments are transported to the process "java.exe".
The arguments are available in process "jp2launcher.exe"

The args propagation seems to work with Windows XP.

Need args for debug with eclipse:
-Xdebug -Xnoagent -Djava.compiler\=NONE -Xrunjdwp\:transport\=dt_socket,server\=y,address\=3999,suspend\=n

REGRESSION.  Last worked in version 7u17


REPRODUCIBILITY :
This bug can be reproduced always.