Results 1 to 4 of 4
Thread: Applet not working in browser
- 07-02-2009, 06:23 PM #1
Member
- Join Date
- Jul 2009
- Posts
- 2
- Rep Power
- 0
- 07-03-2009, 04:12 AM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
How did you embed your applet in html page? And how did you make connections with database?
- 07-03-2009, 06:39 AM #3
Member
- Join Date
- Jul 2009
- Posts
- 2
- Rep Power
- 0
Applet not working
I embeded applet as follows
<APPLET codebase="classes" code="selection2/Selection2.class" width=350 height=200></APPLET>
con = (Connection) DriverManager.getConnection("jdbc:mysql://localhost:3306/facsel","root","root");
- 07-03-2009, 09:43 AM #4
Senior Member
- Join Date
- Dec 2008
- Location
- Hong Kong
- Posts
- 473
- Rep Power
- 5
at lease add
ARCHIVE="your jdbc jar"
and other jar that you used in the applet
Similar Threads
-
Applet not working
By jyothi.priyanka in forum New To JavaReplies: 5Last Post: 04-16-2009, 08:18 AM -
Applet Slideshow in web browser
By Urgle in forum New To JavaReplies: 0Last Post: 12-01-2008, 04:30 AM -
Problem with applet, between appletviewer and browser
By Goodwine in forum Java AppletsReplies: 0Last Post: 11-30-2008, 03:09 AM -
applet won't run in browser...
By shwein in forum Java AppletsReplies: 6Last Post: 10-17-2008, 06:24 PM -
Applet button not working
By letmeoutofhere in forum Java AppletsReplies: 9Last Post: 11-14-2007, 12:15 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks