This is related to an earlier question by a different user How to detect that code is running inside eclipse IDE
I noticed that eclipse always launches programs with javaw rather than java. (This does not imply a program launched with javaw was launched from eclipse). 
I can find the arguments passed using 
    RuntimeMXBean Runtimemx...
            
           
          
            
            Hi,
When i work with NetBeans 6.9 for PHP the javaw.exe is occupying more then 50% of CPU and about 450mb ram (ram is not really the problem) but CPU tend to overheat. 
I had jdk6.5 for 64bit sys and now updated to latest jdk6.21 but it is the same, the CPU is always near 100% 
is there a solution to this high requirements of javaw.ex...
            
           
          
            
            I have an external Windows .exe that is actually Java application: Running the .exe starts javaw.exe, which in turn runs that Java application.
I didn't write that application and have no access to it through an API. I need to be able to kill it, however. So right now I just kill the Windows process javaw.exe, which is fine for a test m...
            
           
          
            
            I'm on windows XP using eclipse and the datanucleus enhancer for a gwt + gae app.  When I run the enhancer, I get an error: 
Error
Thu Oct 21 16:33:57 CDT 2010
Cannot run program "C:\Program Files\Java\jdk1.6.0_18\bin\javaw.exe" (in directory "C:\ag\dev"): CreateProcess error=87, The parameter is incorrect
java.io.IOException: Cannot r...