Skip to content

Instantly share code, notes, and snippets.

@heimp
Last active December 9, 2017 02:58
Show Gist options
  • Save heimp/cf66909b3e918171f1d83f9773b24df7 to your computer and use it in GitHub Desktop.
Save heimp/cf66909b3e918171f1d83f9773b24df7 to your computer and use it in GitHub Desktop.
howto enable autocomplete for javafx 9 in oxygen.1a????
To enable autocomplete for JavaFX to work for JDK9 in Eclipse Oxygen.1a I had to:
1. Go to Configure build path
2. Go to libraries tab
3. Expand Modulepath and JRE system library
4. Edit access rules (the first thing under jre system library)
5. Add a rule that with an accessible resolution and a rule pattern like this: javafx/**
That should make javafx modules accessible or something. I hope we don't have to do this for very long
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment