1. If you have specified java in in vm arguments, modify
javaw.exe to java.exe
Javaw.exe is a window process
Java.exe is a console process
-vm
C:/KK/jdk1.6.0_32/bin/java.exe
Eclipse by default make use of javaw.exe process.
2.
You can find directly eclipsec.exe in your
eclipse folder, this will open up a console to print all console level
messages. By default this will invoke java.exe process.
To get the debug statements, add –debug parameter in the
command prompt.
Example:
Ø
eclipsec –debug
You can also try this.
You can also try this.
Ø
eclipse –debug -consolelog
To understand more about java.exe and javaw.exe @ http://javapapers.com/core-java/java-vs-javaw-vs-javaws/
To understand more about java.exe and javaw.exe @ http://javapapers.com/core-java/java-vs-javaw-vs-javaws/
No comments:
Post a Comment