How to use JavaFX 2 SDK in Eclipse?

后端 未结 8 1524
野性不改
野性不改 2020-12-01 09:21

I have installed JavaFX 2.0 SDK and now I would like to do an JavaFX application with Eclipse. But how can I use the javafx.* classes in Eclipse?

The of

相关标签:
8条回答
  • 2020-12-01 10:04

    As an aside, it says it won't install the FX plugin because you are missing org.eclipse.e4.core.contexts bundle. Were you trying to install it into Eclipse Indigo, or 3.8? Or did you follow the instructions on the website and download eclipse 4.2 before you started?

    0 讨论(0)
  • 2020-12-01 10:04

    If you don't mind working with java 8, you won't have to jump through any hoola hoops. Just set that as your default jre and javafx imports work out of the box.

    0 讨论(0)
提交回复
热议问题