Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-02-2009, 07:23 PM
Member
 
Join Date: Jul 2009
Posts: 2
Rep Power: 0
gkr1989 is on a distinguished road
Default Applet not working in browser
I designed an applet that connects to mysql database and saves data from applet form to database.The applet is working fine in netbeans ide but it is not working in browser,it is unable to update database from the browser.

Please help me solve this problem.
Bookmark Post in Technorati
Reply With Quote
  #2 (permalink)  
Old 07-03-2009, 05:12 AM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 7,513
Rep Power: 11
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Default
How did you embed your applet in html page? And how did you make connections with database?
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Someone helped you? their helpful post.
Help:Forums FAQ|How To Ask Questions The Smart WayResources:The Java Tutorials|Glossary for Java|NetBeans IDE|Sun DownloadsWeb:WritOnceTips:Is your IDE the best?|Which Application Server?
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 07-03-2009, 07:39 AM
Member
 
Join Date: Jul 2009
Posts: 2
Rep Power: 0
gkr1989 is on a distinguished road
Default 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");
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 07-03-2009, 10:43 AM
Senior Member
 
Join Date: Dec 2008
Location: Hong Kong
Posts: 473
Rep Power: 2
mtyoung is on a distinguished road
Default
at lease add
ARCHIVE="your jdbc jar"

and other jar that you used in the applet
Bookmark Post in Technorati
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Applet not working jyothi.priyanka New To Java 5 04-16-2009 09:18 AM
Applet Slideshow in web browser Urgle New To Java 0 12-01-2008 05:30 AM
Problem with applet, between appletviewer and browser Goodwine Java Applets 0 11-30-2008 04:09 AM
applet won't run in browser... shwein Java Applets 6 10-17-2008 07:24 PM
Applet button not working letmeoutofhere Java Applets 9 11-14-2007 01:15 PM


All times are GMT +2. The time now is 04:42 AM.



VBulletin, Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2009, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org