Jump to content

How to implement a portable JVM into your program?

Arindam Choudhury's Photo
Posted Apr 12 2012 04:44 AM
1376 Views

How can I include a JVM in my application so that it can run on a system which dont have JVM installled? And also, If other version is installed, that will be ignored and application specified version will be used?

Tags:
0 Subscribe


1 Reply

0
  Michele Milesi's Photo
Posted Apr 12 2012 05:37 AM

You may use Java Web Start and JNPL (http://www.oracle.co...dex-142562.html).

If you don't have a JVM, or you have an older release, JWS download and install the right version from the Oracle site.