Macosx export [message #1740409] |
Fri, 12 August 2016 11:15  |
Eclipse User |
|
|
|
Hi,
We have a javafx application built using Tycho.
When compiling the product on windows, everything runs smoothly, the .exe and msi are correctly generated but we have trouble doing the same for macosx (10.11.4).
I saw this post that describes the exact same problem, so i unchecked the option "The product includes native launcher artifacts" but i then get the following exception when i run build.xml:
Class com.oracle.tools.packager.IOUtils loaded from ant loader (parentFirst)
Class java.lang.InterruptedException loaded from parent loader (parentFirst)
Class java.nio.channels.ReadableByteChannel loaded from parent loader (parentFirst)
Couldn't load Resource com/oracle/tools/packager/mac/JavaAppLauncher
java.io.IOException: Missing input resource!
Missing input resource!java.io.IOException: Missing input resource!
at com.oracle.tools.packager.IOUtils.copyFromURL(IOUtils.java:54)
at com.oracle.tools.packager.mac.MacAppBundler.doBundle(MacAppBundler.java:465)
at com.oracle.tools.packager.mac.MacBaseInstallerBundler.prepareAppBundle(MacBaseInstallerBundler.java:202)
at com.oracle.tools.packager.mac.MacDmgBundler.bundle(MacDmgBundler.java:78)
at com.oracle.tools.packager.mac.MacDmgBundler.execute(MacDmgBundler.java:522)
at com.sun.javafx.tools.packager.PackagerLib.generateNativeBundles(PackagerLib.java:506)
at com.sun.javafx.tools.packager.PackagerLib.generateDeploymentPackages(PackagerLib.java:471)
at com.sun.javafx.tools.ant.DeployFXTask.execute(DeployFXTask.java:285)
It seems to be missing the JavaAppLauncher executable, but i dont know where it is supposed to be taken?
I attached the product, the pom of the product, the pom of the releng project and the build.xml if it helps.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.26374 seconds