Is there a reason that you don't use javaw.exe (instead of java.exe)
when starting IDEA in idea.bat. 
If you used javaw you could then 'start' the new exe and so lose the cmd
window that always hangs around after IDEA has been run. 

These are the changes

SET JAVA_EXE=%JAVA_HOME%\bin\javaw.exe

and

start "" "%JAVA_EXE%" %JVM_ARGS% -Xbootclasspath/p:"%BOOT_CLASS_PATH%"
-cp "%CLASS_PATH%" -Djdk.home="%JAVA_HOME%"
-DCVS_PASSFILE="%CVS_PASSFILE%" %MAIN_CLASS_NAME% %*

notice the extra "" after the start. start expects the first quoted
parameter to be the title of the 'start'ed application.

This also applies to the 2.5.2 release,

Kevin Jones
Developmentor
www.develop.com


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to