RE: [INTERFACES] JDBC driver question

Поиск
Список
Период
Сортировка
От Peter Mount
Тема RE: [INTERFACES] JDBC driver question
Дата
Msg-id 1B3D5E532D18D311861A00600865478CA0B9@exchange1.nt.maidstone.gov.uk
обсуждение исходный текст
Список 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@cam.ac.uk]
Sent: 15 July 1999 20:54
To: pgsql-interfaces@postgreSQL.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





В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Rich Shepard
Дата:
Сообщение: How to implement look-up tables?
Следующее
От: "Ansley, Michael"
Дата:
Сообщение: RE: [INTERFACES] Oops. Forgot log and source....