|
12 | 12 | <customProcName>false</customProcName> |
13 | 13 | <stayAlive>false</stayAlive> |
14 | 14 | <manifest></manifest> |
15 | | -<!-- <icon>application.ico</icon>--> |
| 15 | + <!-- avoid confusion w/ the real app by not setting the icon --> |
| 16 | + <!--<icon>application.ico</icon>--> |
16 | 17 | <classPath> |
17 | 18 | <mainClass>processing.mode.java.Commander</mainClass> |
18 | 19 | <cp>lib/pde.jar</cp> |
19 | 20 | <cp>core/library/core.jar</cp> |
20 | 21 | <cp>lib/jna.jar</cp> |
21 | 22 | <cp>lib/antlr.jar</cp> |
22 | 23 | <cp>lib/ant.jar</cp> |
23 | | - <cp>lib/ant-launcher.jar</cp> |
| 24 | + <cp>lib/ant-launcher.jar</cp> |
24 | 25 | <cp>lib/org-netbeans-swing-outline.jar</cp> |
25 | 26 | <cp>lib/com.ibm.icu_4.4.2.v20110823.jar</cp> |
26 | 27 | <cp>lib/jdi.jar</cp> |
|
32 | 33 | <path>java</path> |
33 | 34 | <!-- https://github.com/processing/processing/issues/2239 --> |
34 | 35 | <opt>-Djna.nosys=true</opt> |
| 36 | + <!-- for 2.2, set a minimum version --> |
| 37 | + <minVersion>1.7.0_40</minVersion> |
35 | 38 | <!-- |
36 | | - <minVersion>1.6.0</minVersion> |
37 | 39 | <maxVersion></maxVersion> |
38 | 40 | <jdkPreference>jdkOnly</jdkPreference> |
39 | 41 | <opt>-Xms128m -Xmx128m</opt> |
|
42 | 44 | <messages> |
43 | 45 | <startupErr>An error occurred while starting the application.</startupErr> |
44 | 46 | <bundledJreErr>This application was configured to use a bundled Java Runtime Environment but the runtime is missing or corrupted.</bundledJreErr> |
45 | | - <jreVersionErr>This application requires at least Java Development Kit (not JRE)</jreVersionErr> |
46 | | - <launcherErr>The registry refers to a nonexistent Java Development Kit installation or the runtime is corrupted.</launcherErr> |
| 47 | + <jreVersionErr>This application requires Java to be installed</jreVersionErr> |
| 48 | + <launcherErr>The registry refers to a nonexistent Java installation or the runtime is corrupted.</launcherErr> |
47 | 49 | <instanceAlreadyExistsMsg>An application instance is already running.</instanceAlreadyExistsMsg> |
48 | 50 | </messages> |
49 | 51 | </launch4jConfig> |
0 commit comments