Ferenczi Gyorgy Laszlo wrote:
> Wrote a nice cute java Applet that connects to a POSTGRES database, works
> fine with appletviewer. 
> 
> But!!!!!!
> 
> If I wanna try to run in thru the web, it fails to connect!!!!

Is the DB server running on the same host that you're loading the applet from?
Applets run in a restricted environment; you can't run an applet from one host
that connects to a service running on a different host. Appletviewer appears to
be more permissive than browsers about this.

Unless there's something Linux-specific here -- that is, you've fingered a bug
in the Linux JDK -- you might best pursue this question in a general
Java-related mailing list instead of this one.

Nathan

---------------------------------------------
This message was sent using Endymion MailMan.
http://www.endymion.com/products/mailman/



----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to