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.