Hi, I am trying to build a test project for Derby in Eclipse. When i am doing Ctrl+shift+t in eclipse eclipse environment is able to locate the org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource and imported the class using import statement. But in debug mode in eclipse it gives a "source not found" exception at the import statement. When i try doing javac from the command prompt it gives a pacakage org..apache.derby.jdbc does not exist issue. Am i missing anything here?
With Regards Jayaram
