JDBC driver in Windows machines - Mailing list pgsql-jdbc

From Eduardo José Hernández Cisneros
Subject JDBC driver in Windows machines
Date
Msg-id F48QCXeklLVOcmeTEq00001ac72@hotmail.com
Whole thread Raw
Responses Re: JDBC driver in Windows machines  ("Dave Cramer" <Dave@micro-automation.net>)
List pgsql-jdbc
Hello,

I am trying a JDBC connection in a Windows Me machine to a PostgreSQL 7.2
database installed in RedHat Linux 7.2. I've got a PostgreSQL 7.2 driver
called pgjdbc2.jar (http://jdbc.postgresql.org) I can not use the driver, I
get:


C:\atpcsw>javac -classpath c:\atpcsw\pgjdbc2.jar mPgSQL.java

C:\atpcsw>java -classpath c:\atpcsw\pgjdbc2.jar mPgSQL
Exception in thread "main" java.lang.NoClassDefFoundError: mPgSQL

C:\atpcsw>java -classpath c:\atpcsw mPgSQL
java.lang.ClassNotFoundException: org.postgresql.Driver

C:\atpcsw>java -version
java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24)
Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode)

C:\atpcsw>

Could you help me with this error?

Best regards

Eduardo


_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


pgsql-jdbc by date:

Previous
From: Paulo Delgado
Date:
Subject: Re: Problem connecting by JDBC with a SERVLET
Next
From: "Dave Cramer"
Date:
Subject: Re: JDBC driver in Windows machines