Import java.sql cannot be resolved
Posted by: Srikanth VM
Date: May 12, 2010 07:18PM

import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;

I am unable to run my project as i get errors for importing the above classes.
i get an error like "import.java.sql cannot be resolved"
But everything works fine in my other projects i get these errors in my new project is it a problem with runtime ???
plz help me out ...

Options: ReplyQuote


Subject
Written By
Posted
Import java.sql cannot be resolved
May 12, 2010 07:18PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.