Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » e(fx)clipse » Macosx export
Macosx export [message #1740409] Fri, 12 August 2016 15:15 Go to next message
Guillaume Papon is currently offline Guillaume PaponFriend
Messages: 13
Registered: August 2016
Junior Member
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.

Re: Macosx export [message #1740437 is a reply to message #1740409] Fri, 12 August 2016 19:07 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
I've never seen this error Did you try running the build.xml
directly from the command line instead of maven?

Tom
Re: Macosx export [message #1740609 is a reply to message #1740437] Tue, 16 August 2016 08:08 Go to previous message
Guillaume Papon is currently offline Guillaume PaponFriend
Messages: 13
Registered: August 2016
Junior Member
I have same error.
Previous Topic:Running and exporting Tutorial 3 (Java8) problems
Next Topic:Changes to Eclipse.org Infrastructure and impact on this forum
Goto Forum:
  


Current Time: Fri Apr 26 03:39:41 GMT 2024

Powered by FUDForum. Page generated in 0.02778 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top