I have developed an applet that I would like to run in a jsp file. Applet works fine if I run it in using HTML. But as soon as I move the applet .class files to my jsp directory, when i try to load my JSP file it gives me an X in where the applet should be funning and at the bottom corner it says Applet notinit.
What do I need to do to make this run?
All help is appreciated.
