Re: How can I avoid the second IDEA icon ?
Posted By:
Ann_Oreshnikova
Posted On:
Tuesday, November 6, 2001 09:55 AM
To avoid console window when running IDEA, make the following change in the idea.bat file: instead of using java.exe, use javaw.exe.
Please note that running external tools or Ant scripts might open additional console anyway (if necessary), since they represent separate processes.