Hi all,
Is there anything called JVM launcher in java? What is JVM Launcher?
Cheers,
Manoj
Printable View
Hi all,
Is there anything called JVM launcher in java? What is JVM Launcher?
Cheers,
Manoj
Not exactly. You can create executable jar files. The OS recognizes these as java files and launches the JVM. But that's an OS function, not a java function. You can also launch a JVM with Java web start.