[GENERAL] Re: Help!Can't connect Postgresql JDBC driver

2000-12-15 Thread Greg Speegle
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

[GENERAL] Re: Help!Can't connect Postgresql JDBC driver

2000-12-13 Thread George Johnson
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,

[GENERAL] Re: Help!Can't connect Postgresql JDBC driver

2000-12-13 Thread brlspam
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/