RE: [INTERFACES] JDBC driver question

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: "'twinsun(at)aerodance(dot)net'" <twinsun(at)aerodance(dot)net>, pgsql-interfaces(at)postgresql(dot)org
Subject: RE: [INTERFACES] JDBC driver question
Date: 1999-07-16 07:10:45
Message-ID: 1B3D5E532D18D311861A00600865478CA0B9@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Applets are weird beasts - which is why I don't write them any more ;-)

Anyhow, you need to put the classpath in the <applet> tag. I'm not 100%
certain, but it should go under the archive= parameter?

Peter

--
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council.

-----Original Message-----
From: Twinsun [mailto:id212(at)cam(dot)ac(dot)uk]
Sent: 15 July 1999 20:54
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: [INTERFACES] JDBC driver question

Hello,

Sorry if this question has been covered before...

I wrote an applet which connects to my db and displays some statistics.
I've got it on my account on Linux (RedHat 5.2) box. I've set up
classpath for the driver:
=========================================
PATH=/usr/local/pgsql/bin:$PATH:/usr/local/jdk1.2/bin
MANPATH=$MANPATH:/usr/local/pgsql/man
PGLIB=/usr/local/pgsql/lib
PGDATA=/usr/local/pgsql/data
CLASSPATH=/usr/local/pgsql/lib/postgresql.jar:.

export PATH MANPATH PGLIB PGDATA CLASSPATH
=========================================

No errors when I compile my applet.
When I connect to my pages on the Net from my local machine (under Win)
it doesn't work...
It throws: Can't find Database driver class .... postgresql.Driver
exception.
Interesting that if I have postgresql.jar in classpath on my local
machine then the applet works just fine.

Any ideas would be very much appreciated as this is a part of my project
I have to finish by 31 July.

You can see it for yourself on:
http://simon.trinhall.cam.ac.uk/~id212/

There is a form linked to a cgi scipt which basically just prints an
html page with applet code in it with a query as a parameter to the
applet.

Thank you,

Igor

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Ansley, Michael 1999-07-16 07:25:27 RE: [INTERFACES] Oops. Forgot log and source....
Previous Message Rich Shepard 1999-07-16 03:28:40 How to implement look-up tables?