Building Jfxtras on OSX

182 views Asked by At

This is driving me crazy. I am trying to build the jfxtras using the gradlew build command. and I am getting the following error

Please set environment variable JAVAFX_HOME to the directory that contains /rt/lib/jfxrt.jar for JavaFX version 2.1.0

My machine is OSX, and the my path to jfxrt.jar is

/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/ext

however the build error above calls for the .jar at /rt/lib/ not /jre/lib/ext

any solutions out there for the mac users.

0

There are 0 answers