I want to create a html file with a Java applet for my database. The Java code works fine in the applet viewer and I've used a JDBC jar file for SQL connectivity.
What I can't do, is to link these two and embed them onto a html file. How do I do it?
My WelcomApplet class has 6 other classes in the same file which I've used for Swing.