IntelliJ Community . NoConsoleOnWindows

 
NoConsoleOnWindows 

HOME INDEX SEARCH CHANGES GO  

Hide the console on Windows

There were many ways to hide the console on Windows...

But none of them works with the latest version!

Any suggestions?


Comment out these lines in your bin\idea.lax file:

lax.stderr.redirect=console
lax.stdin.redirect=console
lax.stdout.redirect=console

-Main.JimMoore - 07 Jul 2003


Here's another way: modify the following lines in idea.bat file from

SET JAVA_EXE=%IDEA_HOME%\jre\bin\java.exe
...
"%JAVA_EXE%" %JVM_ARGS% -cp "%CLASS_PATH%" %MAIN_CLASS_NAME% %*

to

SET JAVA_EXE=%IDEA_HOME%\jre\bin\javaw.exe
...
START "IDEA" "%JAVA_EXE%" %JVM_ARGS% -cp "%CLASS_PATH%" %MAIN_CLASS_NAME% %*

-- LynneBrown - 09 Dec 2003

e d i t a t t a c h r e f - b y d i f f s m o r e
Have ideas, requests, problems regarding this site? Send feedback.
Copyright © 2000-2003 by the contributing authors. All materials at intellij.org are the property of the contributing authors.