Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Launch debugie in java.exe instead of javaw.exe
Launch debugie in java.exe instead of javaw.exe [message #1770879] Fri, 18 August 2017 10:01
Ilya Basin is currently offline Ilya BasinFriend
Messages: 25
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

Previous Topic:Custom Annotation Processor message warning not showing in Eclipse 4.6.3
Next Topic:Memory usage
Goto Forum:
  


Current Time: Thu Mar 28 20:01:12 GMT 2024

Powered by FUDForum. Page generated in 0.02600 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top