I've installed version 12.1 and am trying to figure out how to make a JavaFX project work. I've created a new JavaFX project, but I can't compile it due to missing javafx.* dependencies. I have the latest JDK6 installed (we can't move to 7 yet), and I installed the JavaFX SDK from Oracle, but I don't see any way to easily add the required jars to the project. I had assumed that I would be asked to create a library if needed, similar to Grails project creation. Do I simply need to create a new library manually and add the jars installed with the JavaFX SDK? If so, which jars do I need?
↧