I am wondering if this is possible: I have a Java program that takes arguments and prints to the console. I need to run it several times - it (the jar file) works smoothly, but the overhead of starting and stopping Java time is a big way. Is there a way to create an instance of java runtime (or vm, I'm not sure how to call it) once, and then somehow connect to this runtime environment several times and execute the jar?
I hope that despite my serious ignorance of java terminology, someone will be able to answer my question: D.
java jvm
dahpgjgamgan
source share