You can have jars with an applet by using the ARCHIVE field in the 
applet tag.

Something like . . .

<APPLET CODE = "JDBC.class" ARCHIVE = "jdbc7_0-1_2.jar" WIDTH = 400 HEIGHT = 
400>

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 have jars in the classpath or do you
>have to extract all the .class files?
>
>-- 
>Bruce R. Lewis                          http://brl.sourceforge.net/
>

Reply via email to