How java.exe and javaw.exe are used in Eclipse? -


i know use of java.exe , javaw.exe in command console, how used in eclipse?

the eclipse launcher uses javaw internally launch eclipse. can see settings in eclipse.ini file in installation. lets identify eclipse in list of processes in task manager instead of seeing java process.

when run/debug java programs inside eclipse, defaults using java launch jvm, believe can set use javaw if need. launchers use javaw default, think tomcat launcher (in wtp) 1 of them.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -