Eclipe LUNA - “The import java.sql cannot be resolved”
问题 I have Eclipse LUNA and JDK 8 installed on my computer. I get the message "The import java.sql cannot be resolved" on the import lines. i checked the jre definition (windows -> reference -> java -> installed JREs and it is setup there to the folder of the jre on my computer. what is the problem? 回答1: Right click on project - >BuildPath - >Configure BuildPath - >Libraries tab - > Double click on JRE SYSTEM LIBRARY - >Then select alternate JRE Try this.. After that once clean your project too..