how to resolve Connection to mysql database from jApplet on webpage

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jyothy
    New Member
    • Sep 2010
    • 3

    how to resolve Connection to mysql database from jApplet on webpage

    hi,

    how to resolve Connection to mysql database from jApplet on webpage

    my JApplet properly running individually,
    but on embedding in jsp it does not work.

    please any help
  • jyothy
    New Member
    • Sep 2010
    • 3

    #2
    resolving connection to database from jApplet on webpage

    hi everyone,here is the way to connect to database from japplet on webpage

    if we are using netbeans ide the solution will be simple.
    just we need to sign the applet

    for that,we need to right click on our applet project folder-->goto properties-->webstart-->select enable webstart checkbox-->select self-signed checkbox--> click ok.

    deploy and run the web application in which our applet is embedded,and run it

    one warning dialog box will come,in that select always trust content from this publisher checkbox,and click on run button.

    Comment

    Working...