March 24, 2013March 24, 2013 0 Comments
JDK 7 and JavaFX 2
Some good news about JavaFX. It is now bundled with the JDK so you don’t need to download a separate installer.
Some bad news: the runtime is not on the classpath. (In Java 8, it will be on the classpath).
A simple fix is to do this:
1 2 |
cd /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib sudo cp jfxrt.jar ext |