开发者

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

开发者 https://www.devze.com 2022-12-15 20:49 出处:网络
I know the use of java.exe and javaw.exe in command console, but how are they used开发者_JAVA百科 in Eclipse?The Eclipse launcher uses javaw internally to launch Eclipse. You can see the settings in e

I know the use of java.exe and javaw.exe in command console, but how are they used开发者_JAVA百科 in Eclipse?


The Eclipse launcher uses javaw internally to launch Eclipse. You can see the settings in eclipse.ini file in your installation. This lets you easily identify Eclipse in the list of processes in the task manager instead of seeing another Java process.

When you Run/Debug Java programs inside Eclipse, it defaults to using Java to launch another jvm, but I believe you can set it to use javaw if need. Some launchers use javaw by default, I think the Tomcat launcher (in WTP) is one of them.


Could you please explain a bit what you are trying to do?

If you want to launch a program, using "Run" and "Run as" will do the trick. You can also configure it to use command-line options, environment variables, etc


Eclipse should call java.exe javaw.exe when you click on Run As -> Java Application You also can select which exe to uses in the run-settings


AFAIK, Eclipse uses javaw.exe to run; this is the java process that doesn't use a CMD console window.

Java.exe is sometimes launched by Eclipse, to run projects or servers from within the IDE.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号