Cross-platform way to change java process priority
Posted
by argos
on Stack Overflow
See other posts from Stack Overflow
or by argos
Published on 2010-05-19T12:52:54Z
Indexed on
2010/05/19
14:50 UTC
Read the original article
Hit count: 264
java
I need to invoke .jar file in separate JVM from another java application, and it very CPU-consuming, so it should run with background priority in order not to affect the rest of the system. Is there any cross-platform method to do this?
© Stack Overflow or respective owner