|
|
|||
How to implement a portable JVM into your program?
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?
1 Reply
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. |
|||
|