Re: Help! Driver cannot be loaded.

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: "'Yaochiu Huang'" <brianrequest(at)yahoo(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Help! Driver cannot be loaded.
Date: 2001-07-24 19:59:25
Message-ID: 3B5DD39D.6932C0CF@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Also make sure you gave postgres permission to accept connections from
the windows machine.

Dave Cramer wrote:
>
> Brian,
>
> Make sure the jar is in the classpath on the server
>
> Dave
>
> -----Original Message-----
> From: pgsql-jdbc-owner(at)postgresql(dot)org
> [mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of Yaochiu Huang
> Sent: July 17, 2001 9:46 PM
> To: pgsql-jdbc(at)postgresql(dot)org
> Subject: [JDBC] Help! Driver cannot be loaded.
>
> Dear Sir or Madam,
>
> I got an error as per subject. Following is my
> configurations:
>
> Server: Red Hat Linux 7.1
> PostgreSQL: 7.1.2
> JDBC Driver: jdbc7.1-1.2.jar
> IP: 192.168.0.1
>
> Client: Windows 98
> JDBC Driver:
> first time: jdbc7.1-1.2.jar
> second time: jdbc7.1-1.3.jar
> IP: 192.168.0.3
>
> Driver: org.postgresql.Driver
> URL: jdbc:postgresql:heithere
>
> where heithere is the db name.
> I use a cross-wired line to connect the server and
> client. The connection
> has no problem. I started postmaster with the
> parameter -i for TCPIP
> connection and -D for the db location.
>
> I wrote a small test program using jBuilder. It runs
> correctly on the server. However, when I run it on the
> client, it got the error. Please help.
>
> Best Regards,
>
> Brian
>
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
> ---------------------------(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)

--
Joseph Shraibman
jks(at)selectacast(dot)net
Increase signal to noise ratio. http://www.targabot.com

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2001-07-25 00:30:55 Re: Re: When PostgreSQL compliant JDBC 2.0?
Previous Message Bruce Momjian 2001-07-23 21:39:24 Re: [PATCHES] Merging JDBC1 and JDBC2 similarities