Re: JFX - Running with Jigsaw in development

2016-05-05 Thread Kevin Rushforth
Thanks, Dave. This is a great step forward and is a necessary piece to enable us to eventually move to a later JDK 9 for building JavaFX (we are stuck at build 109 for now). -- Kevin David Hill wrote: We have a new trick in the FX repo to help with running FX apps backed by a Jigsaw enab

JFX - Running with Jigsaw in development

2016-05-05 Thread David Hill
We have a new trick in the FX repo to help with running FX apps backed by a Jigsaw enabled build. If you build FX with JIGSAW_HOME set to a JDK 9 build later than build 110, then the Jigsaw modules will be generated. These modules can be used with -Xpatch to override the modules in JDK9. Unfo