i have create an applet app under src test.java, and i try to write and jsp to read this applet which in WebContent, but it don't work , the error is can't find the class in project/src/test.class, i paste the code below , can anyone help ?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35256
7
posted
0
The code attribute is a classname, not a filename. It should probably be "test" or "test.class" (assuming that the test class is not in a package).