| From: | Erkki Seppala <flux(at)inside(dot)org> |
|---|---|
| To: | pgsql-interfaces(at)postgresql(dot)org |
| Subject: | JDBC & Netscape |
| Date: | 2000-01-06 11:03:22 |
| Message-ID: | 20000106130322.B10798@xulfad.ton.tut.fi |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-interfaces |
Is it possible to run postgresql's jdbc-module under netscape? I managed
to create a simple local application (non-applet) that dumps a part of
table, but doing the same in the applet doesn't seem to work. It can't
find the class "postgresql.Driver".
I used 'codebase=".:postgresql.jar"' in the html, and as "postgresql.jar:."
works just as fine (it still can find the original .class) compared to just
plain "postgresql.jar", I assume this is the correct syntax.
(btw, the search engine for mailing lists at www.postgresql.org is broken)
--
_____________________________________________________________________
/ __// /__ ____ __ Erkki Seppälä\ \
/ /_ / // // /\ \/ / Inside Informatics ry\ /
/_/ /_/ \___/ /_/\_\(at)inside(dot)org http://www.inside.org/~flux/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Mount | 2000-01-06 11:27:44 | RE: [INTERFACES] JDBC & Netscape |
| Previous Message | Erkki Seppala | 2000-01-06 10:44:28 | Re: [INTERFACES] JDBC cat 4 driver? |