Java Applet loading in Applet Viewer but not in HTML page

A

Archana

Hi,

My Java Applet loads in an Applet Viewer perfectly but does not load
in any HTML browser(Netscape, IE). This applet is talking to the
oracle database using JDBC.

The exception found on the Java Console in Netscape is:
java.lang.NoClassDefFoundError:
Oracle/jdbc/driver/OraclePreparedStatement

I would highly appreciate any input/solution(s) for this problem.

Thanks!!
Archana
 
A

Andrew Thompson

My Java Applet ..
URL?

..loads in an Applet Viewer perfectly but does not load
in any HTML browser(Netscape, IE).

Running what versions of Java?
..This applet is talking to the
oracle database using JDBC.

The exception found on the Java Console in Netscape is:
java.lang.NoClassDefFoundError:
Oracle/jdbc/driver/OraclePreparedStatement

Where is thar class? Did you include it in the applet
Jar file? Are they in a jar file referenced by the HTML?
I would highly appreciate any input/solution(s) for this problem.

Supply more information.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top