I\'m using eclipse kepler with java SE 1.8 jdk system library but when I use any javafx classes or methods eclipse gives a warning like Access restriction: The type \'Tabl
Access restriction: The type \'Tabl
You can choose ignore in the following settings:
ignore
Windows -> Preferences -> Java -> Compiler -> Errors/Warnings (Project) Properties -> Java Compiler -> Errors/Warnings
Use filter to find "Forbidden reference"
"Forbidden reference"
Forbidden reference (access rules) : Change it to "ignore"
Forbidden reference (access rules)