openjfx / samples

JavaFX samples to run with different options and build tools
BSD 3-Clause "New" or "Revised" License
578 stars 1.52k forks source link

Unable to import java.sql.* on modular version #46

Open Arex360 opened 4 years ago

Arex360 commented 4 years ago

In modular version, I am unable to import java.sql. , I just see red line on my IDE and when I compile, I get error. java.sql is not in visibile to helloFX . In non-modular build, I can import java.sql. . Please help me

Luxni commented 4 years ago

add it to module-info.java at first.