Posted By:
Anonymous
Posted On:
Monday, February 24, 2003 03:43 AM
The JVM is usually implemented as process. You can stop it by stoping the java application or killing that process. The JVM is startet with the java application you want to start (java mypackage.MyClass arg1 arg2 ...).
I don“t know any JVM which is implemented as a service/deamon, where you can register new applications.