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
Add an access rule for javafx.
javafx
Right click your project > Properties > Java Build Path > Libraries tab, then:
Edit...
Add...
Accessible
javafx/**
OK