"Thomas Singer" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Maybe the JetBrains should use another environment variable, e.g. > IDEA_JDK_HOME?
I think three IDEA_... env vars would be very useful and make changing the bat unnecessary: I have a bat file with: @echo off IDEA_HOME=C:\java\idea IDEA_JDK_HOME=c:\java\jdk1.4 IDEA_JVM_ARGS=-Xms16m -Xmx180m IDEA_CLASSPATH==%IDEA_HOME%\lib\htmlparser.jar;%IDEA_HOME%\lib\lucene-1.2-RC 5.jar cd /d %IDEA_HOME% call idea.bat I would very much like idea.bat to support this three variables. Carlos -- Carlos Costa e Silva <[EMAIL PROTECTED]> _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
