Hi, i've done an applet and i've insert the applet html tag in a servlet class. When i try my applet in a browser it works as well, but when i try it under tomcat it doesn't work: "load applet-name not found". Another thing i've noted is that java compiler of jdk_sdk1.3 compile the applets even creating a .java~ file and the browser run it correctly. When i try to compile it with the jdk_sdk1.4 the compiler produce only a .class file but the browser don't load it. Why? Thanks,Gabri
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
Try giving the full path in codebase from the context.