Launch debugie in java.exe instead of javaw.exe [message #1770879] |
Fri, 18 August 2017 10:01 |
Ilya Basin Messages: 27 Registered: October 2011 |
Junior Member |
|
|
Hi.
Is it possible to create a launch configuration or configure an installed JRE to use java.exe instead of javaw.exe?
Here
https://bugs.eclipse.org/bugs/show_bug.cgi?id=21569#c14
they suggest to use a .ee file:
(In reply to Darin Wright from comment #14)
> Marking as won't fix. The same effect could be acheived by using an .ee JRE
> definition file in 3.4 to specify the executable you want to use for a
> specific JRE.
>
> see http://wiki.eclipse.org/index.php/Execution_Environment_Descriptions
>
> and see bug 181026
This doesn't work: If I create the file "default.ee" inside "C:\Program Files\Java\jdk1.7.0_67\bin\", containing one line "-Dee.executable=java.exe", then Eclipse itself runs in java.exe. However, when I try to debug something using a launch configuration, javaw.exe is started
|
|
|
Powered by
FUDForum. Page generated in 0.04154 seconds