OS X application won't launch with jigsaw

2015-11-24 Thread Michael Hall
Up to now I have been able to take java 9 builds and paste the appropriate contents into a OS X javapackager produced application and have it run with the embedded jdk. I just got a jigsaw build instead of the main 9 forest and it does not launch. I get… 11/24/15 5:54:16.326 PM com.apple.xpc.lau

Re: OS X application won't launch with jigsaw

2015-11-24 Thread Michael Hall
> On Nov 24, 2015, at 6:11 PM, Michael Hall wrote: > > Up to now I have been able to take java 9 builds and paste the appropriate > contents into a OS X javapackager produced application and have it run with > the embedded jdk. Sorry, to reply to my own. But I notice the install layout is some

Re: OS X application won't launch with jigsaw

2015-11-25 Thread Alan Bateman
On 25/11/2015 00:11, Michael Hall wrote: Up to now I have been able to take java 9 builds and paste the appropriate contents into a OS X javapackager produced application and have it run with the embedded jdk. I just got a jigsaw build instead of the main 9 forest and it does not launch. I get…

Re: OS X application won't launch with jigsaw

2015-11-25 Thread Michael Hall
> On Nov 25, 2015, at 2:27 AM, Alan Bateman wrote: > > I think we touched on this in your other thread where you used the build > /jdk tree rather than /images/jdk. Sorry, you are correct on this. Once I had correctly built the images version the modules are no longer individual/exploded. I n

Re: OS X application won't launch with jigsaw

2015-11-25 Thread Alan Bateman
On 25/11/2015 09:17, Michael Hall wrote: I notice there are three images when built from source… appmodules.jimage bootmodules.jimage extmodules.jimage For the jake ea version I downloaded from the URL provided at the talks there is only bootmodules.jimage if that matters. Copying the other t

Re: OS X application won't launch with jigsaw

2015-11-25 Thread Kevin Rushforth
The com.apple.eawt APIs are already being replaced by public API as part of JEP 272 (which Michael already noted). I think he's just wondering what to do in the mean time; "-XaddExports" should do the trick. -- Kevin Alan Bateman wrote: On 25/11/2015 09:17, Michael Hall wrote: I notice the

Re: OS X application won't launch with jigsaw

2015-11-25 Thread Danno Ferrin
JEP275 [1] is updating the javapackager to use and create modular runtimes. I have just posted a webrev with the last features to the openjfx list. A prior version is in the sandbox-9-jake repo [2] and the webrev will go there. Except for needing to specify where your jmods are stored, the AP

Re: OS X application won't launch with jigsaw

2015-11-25 Thread Michael Hall
Michael Hall > On Nov 25, 2015, at 10:45 AM, Danno Ferrin wrote: > > However, we fully expect that the Java 8 packager will not be able to make > bundles holding a Java 9 runtime, and I think this is what you are > encountering. > What I had done was use javapackager to generate an appli

Re: OS X application won't launch with jigsaw

2015-11-25 Thread Michael Hall
> On Nov 25, 2015, at 9:56 AM, Alan Bateman wrote: > > If you feel strongly that the com.apple.eawt APIs should be exported in JDK 9 > then you need to read JEP 260 [1] and make a case for adding the Apple APIs > to the list. I understand that knowing what impact a change will have is difficul

Re: OS X application won't launch with jigsaw

2015-11-29 Thread Michael Hall
>> On Nov 25, 2015, at 10:45 AM, Danno Ferrin > > wrote: >> >> However, we fully expect that the Java 8 packager will not be able to make >> bundles holding a Java 9 runtime, and I think this is what you are >> encountering. I got past the original, jigsaw probl