Community
Participate
Working Groups
Build Identifier: 20100617-1415 if run eclise.exe with -console and -vm %JAVA_HOME%\bin\java.exe console has java icon. if run eclise.exe without -console, -vm %JAVA_HOME%\bin\java.exe console has eclipse icon. Reproducible: Always Steps to Reproduce: 1.insert line "-vm %JAVA_HOME%\bin\java.exe" in eclipse.ini 2.start "eclipse.exe -console"
Created attachment 176480 [details] console windows with console and without
Moving to Framework/Launcher. Andrew, do you know how to control this?
Specifying -vm java\bin\java.exe is executing the console version of the java exe in its own process. That console is displayed by the OS. I don't know if there is anything we can do about its icon. You will get a console using the eclipse icon if you instead specify one of these: -vm java\bin -vm java\jre\bin -vm java\jre\bin\client\jvm.dll
Thanks for quick answer. That solution fits me.
Nothing to do here.