diff --git a/sdk/jme3-desktop-executables/src/com/jme3/gde/desktop/executables/DesktopExeCompositeProvider.java b/sdk/jme3-desktop-executables/src/com/jme3/gde/desktop/executables/DesktopExeCompositeProvider.java index 4efaa5c29..7cdc2437d 100644 --- a/sdk/jme3-desktop-executables/src/com/jme3/gde/desktop/executables/DesktopExeCompositeProvider.java +++ b/sdk/jme3-desktop-executables/src/com/jme3/gde/desktop/executables/DesktopExeCompositeProvider.java @@ -62,7 +62,7 @@ public class DesktopExeCompositeProvider implements ProjectCustomizer.CompositeC public SavePropsListener(ProjectExtensionProperties props, Project project) { this.properties = props; this.project = project; - launch4j = new ProjectExtensionManager("launch4j", "v1.3", new String[]{"jar", "-launch4j-exe"}); + launch4j = new ProjectExtensionManager("launch4j", "v1.4", new String[]{"jar", "-launch4j-exe"}); launch4j.setAntTaskLibrary("launch4j"); launch4j.setDataZip("nbres:/com/jme3/gde/desktop/executables/winapp-data.zip"); macapp = new ProjectExtensionManager("macapp", "v1.2", new String[]{"jar", "-mac-app"}); diff --git a/sdk/jme3-desktop-executables/src/com/jme3/gde/desktop/executables/winapp-data.zip b/sdk/jme3-desktop-executables/src/com/jme3/gde/desktop/executables/winapp-data.zip index e90b50203..a300dba3a 100644 Binary files a/sdk/jme3-desktop-executables/src/com/jme3/gde/desktop/executables/winapp-data.zip and b/sdk/jme3-desktop-executables/src/com/jme3/gde/desktop/executables/winapp-data.zip differ diff --git a/sdk/jme3-desktop-executables/winapp-data/winapp-config.xml b/sdk/jme3-desktop-executables/winapp-data/winapp-config.xml index 80a80554e..d0d0ff1de 100644 --- a/sdk/jme3-desktop-executables/winapp-data/winapp-config.xml +++ b/sdk/jme3-desktop-executables/winapp-data/winapp-config.xml @@ -18,9 +18,9 @@ and open the template in the editor. - bundled JRE path + 1.5.0 - ${run.jvmargs} + ${run.jvmargs} -Xnoagent