minjre

Check java version before generated exe runs


Introduction

Generated exe will check the java.version before it runs. If the java.version of JRE is equal or higher than the required version, the generated exe will run.

At the Jar2Exe step 1, you can select a java.version required. In a configuration file, a configure item 'minjre' will overwrite the selected value during generating.


Format

The full format of 'minjre' is "x.x.x_xx". For example:

minjre 1.6.0_10

If you need JRE 1.6, regardless the minor version:

minjre 1.6

See Also

Add new comment