IDEA-52274

This commit is contained in:
Dmitry Jemerov
2011-01-19 19:37:44 +01:00
parent 8113829902
commit 3d67ad31b2
+1 -1
View File
@@ -23,7 +23,7 @@ IF NOT EXIST "%JAVA_EXE%" goto error
IF "%IDEA_MAIN_CLASS_NAME%" == "" SET IDEA_MAIN_CLASS_NAME=com.intellij.idea.Main
IF NOT "%IDEA_PROPERTIES%" == "" set IDEA_PROPERTIES_PROPERTY=-Didea.properties.file=%IDEA_PROPERTIES%
IF NOT "%IDEA_PROPERTIES%" == "" set IDEA_PROPERTIES_PROPERTY="-Didea.properties.file=%IDEA_PROPERTIES%"
:: ---------------------------------------------------------------------
:: You may specify your own JVM arguments in idea.exe.vmoptions file. Put one option per line there.