Eclipse/Java9: how to access internal javafx packages?

前端 未结 3 1497
执念已碎
执念已碎 2020-12-18 08:49

My context:

  • Eclipse IDE for Java Developers, Version: Oxygen.1a Release (4.7.1a), Build id: 20171005-1200oxygen
  • jdk9.0.1
  • win10
<
3条回答
  •  抹茶落季
    2020-12-18 09:31

    Well, it's a bit hidden:

    • open Java Build Path dialog of the project
    • select Libraries tab
    • select isModular entry
    • use the Edit... button to open the module properties dialog
    • select Details tab
    • create all required entries with the Add.. button

    If you have installed the Beta plugin for Java 9 support - uninstall. Make sure the latest Java 9 support plugin is installed.

提交回复
热议问题