maybe even more
spent the time trying to figure out why a simple piece of java was not compiling. It could not revolve the most rudimentry classes of the JDBC. I just found my problem…just now…laying in my bed because I couldn’t fall asleep before solving it. After all the playing around with classpaths and exploring the directory structure of the Java SDK on a Mac I realized that instead of “import java.sql.*;” I had written “import javax.sql.*;”.
grrr.









