How to launch from Eclipse in Low priority under Windows?
Posted
by adum
on Stack Overflow
See other posts from Stack Overflow
or by adum
Published on 2008-09-24T03:46:24Z
Indexed on
2010/05/11
17:54 UTC
Read the original article
Hit count: 224
I'm running programs from Eclipse (on Windows) that eat a lot of CPU time. To avoid bogging down my whole machine, I set the priority to Low with the Task Manager. However, this is a cumbersome manual process. Is there a way Eclipse can set this priority automatically?
EDIT: I realized that each particular launcher (Java, Python etc) has its own configuration method, so I will restrict this question to the Java domain, which is what I need most.
© Stack Overflow or respective owner