I'm a Squirrel newb, have 3.4.0 installed on Unix (Ubuntu), and want to connect to a PostgreSQL 8.4 I have on my system. I have the JDBC driver jar file that can with PostgreSQL and can write a simple Java program using the driver to get to my database but Squirrel is saying it can't load the driver class and there's a red X next to the driver. I tried updating the driver in Squirrel and added the jar file I used to run my Java program to the "extra class path" window but Squirrel still says it can't find the org.postgresql.Driver class. I can see the class in the jar and it's the same class I specified in my Java program.
What am I doing wrong? |