Description: | JEM (Java Environment Manager) is a lightweight native application that frees both the user and developer from the concerns of JVM management. From the developer's perspective, you simply place the JEM application (~280 KB) in with the Java application along with a configuration file specifying the application's launch environment. In the configuration file, the developer specifies the runtime environment and launch parameters along with the versions of the JVM required for the application to run properly. From the users perspective, they launch the application by executing the JEM executable (which, of course, is disguised as the target application). JEM then takes care of JRE detection and the launching of the application. If a proper JVM is detected on the system, it is used to launch the application. Otherwise the JVM is automatically downloaded and installed for the user before the application is launched.
|