Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ???JDBC, Appletviewer and Web Browser

Re: ???JDBC, Appletviewer and Web Browser

From: Stephan Quitzsch <quitzsch_at_leipzig.informatik.uni-leipzig.de>
Date: Wed, 24 Jun 1998 16:46:10 +0200
Message-ID: <Pine.GSO.3.96.980624164241.8217A-100000@leipzig.informatik.uni-leipzig.de>


Hi!!

we have the same problem. it turned out, that the browser is not able to locate the driver (should be included in the file imaginary.com). that means, the applet works only locally with a valid CLASSPATH setting. the problem is: you don't have a CLASSPATH setting on a remote machine referring to the driver on server side. so the browser is not able to locate it.
until now, we have no idea, how to fix that. maybe the jdbc driver must be stored locally.

if you have a solution, i would be glad if you notify me. Thank you!

        Stephan

On 22 Jun 1998, huaping wrote:

> I wrote a Web-based Java program to access my MSQL database. The GUI was written in Java
> Applet. The program works fine under Appletviewer, but it does not work with either Netscape
> Communicator or Internet Explorer 4. The problem is that the application program cannot get
> connected to the MSQL database.
>
> Does anybody has any idea why the same program works with Appletviewer, but not with a
> Web Browser?
>
> Thanks.
>
> Huaping Luo
Received on Wed Jun 24 1998 - 09:46:10 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US