Apple internal api's

Michael Hall mik3hall at gmail.com
Sun Nov 29 20:28:35 UTC 2015


> On Nov 24, 2015, at 9:18 PM, Mandy Chung <mandy.chung at oracle.com> wrote:
> 
> com.apple.eawt is in java.desktop module.  Try this:
> 
> java -XaddExports:java.desktop/com.apple.eawt=ALL-UNNAMED 

This one I had almost missed. For me, more fully, this had to be…

-XaddExports:java.desktop/com.apple.eawt=ALL-UNNAMED,java.desktop/com.apple.eio=ALL-UNNAMED

It then works and launches the application with some exceptions I have to look at.

For OS X customized apps just wanting to get up and running with java 9 this seems the way to go.

If you start hearing from people that their OS X applications won’t launch you might suggest that to them.

Michael Hall







More information about the jigsaw-dev mailing list