This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
ClassNotFound exception when trying to connect to db2 from applet
R Pa
Greenhorn
Joined: Aug 27, 2008
Posts: 12
posted
0
Hi,
I'm trying to connect to db2 databse from applet class. When I run the applet from appletviewer everything works fine but when I run from the browser I get class not found exception.
All I have is an applet class and a html file.
I'm using jdbc type 4 driver.
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
You need to place the mentioned class in the applet´s classpath/codebase.
This problem is not related to JDBC at all by the way.