Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

By moving jfxrt.jar to a standard cache directory, your IDE can reference it to find binary versions of classes that are not yet open source.  Further, when both jfxrt.jar and your IDE reference a class, the class from the IDE will be chosen.

To move jrxrt.jar to the standard cache directory:

  • cd <PATH TO JFX>
  • mkdir -p caches/sdk/rt/lib/ext
  • mv <PATH TO JDK>jre/lib/ext/jfxrt.jar

...