You can have jars with an applet by using the ARCHIVE field in the
applet tag.
Something like . . .
Good luck,
Greg Speegle
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says...
>
>One problem: use "org.postgresql.Driver", not "postgresql.Driver".
>
>I don't write applets. Can they ha
I'm not sure if this helps, but for some reason,
Class.forName("postgresql.Driver") is listed but probably should be
Class.forName("org.postgresql.Driver") ... the driver is actually beneath
the org directory. I'm not familar with linux variants of the PostgreSQL
stuff. Sometimes when in doubt,
One problem: use "org.postgresql.Driver", not "postgresql.Driver".
I don't write applets. Can they have jars in the classpath or do you
have to extract all the .class files?
--
Bruce R. Lewis http://brl.sourceforge.net/