Title: RE: [Eap-list] changing idea.bat

You might be interested in using this windows .exe for Idea created by a user and posted to the list a while ago. It also loses the cmd window.

http://www.xaoza.net/undex.jsp?contentPage=/software/idea.jsp

-----Original Message-----
From: Kevin Jones [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 08, 2002 3:48 PM
To: [EMAIL PROTECTED]
Subject: [Eap-list] changing idea.bat


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