Re: JDBC driver in Windows machines

From: "Dave Cramer" <Dave(at)micro-automation(dot)net>
To: 'Eduardo José Hernández Cisneros' <ejhernand3z(at)hotmail(dot)com>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JDBC driver in Windows machines
Date: 2002-03-01 01:57:22
Message-ID: 012401c1c0c4$6d5478a0$8201a8c0@inspiron
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Eduardo,

In the first example it can't find your mPgSQL class, in the second, it
can't find the postgres class.

You need to add the current directory to your path like so:

java -classpath c:\atpcsw\pgjdbc2.jar;./ mPgSQL

That should work

Dave
-----Original Message-----
From: pgsql-jdbc-owner(at)postgresql(dot)org
[mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of Eduardo José
Hernández Cisneros
Sent: Thursday, February 28, 2002 8:35 PM
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [JDBC] JDBC driver in Windows machines

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

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2002-03-01 02:32:54 Re: [SQL] Timestamp output
Previous Message Eduardo Jos Hernndez Cisneros 2002-03-01 01:34:37 JDBC driver in Windows machines