Originally posted by Bear Bibeault:
I've never written an applet in my life, but I'm willing to bet that since it is the browser that needs to access the class file that you cannot put the class file under the WEB-INF folder which is protected from direct client access.
Originally posted by Bear Bibeault:
Varsha, JavaRanch is a community of people from all over the world, many of who are not native English speakers. While using abbreviations like "u" instead of spelling out "you" is convenient when text messaging your friends on a cell phone or in a chat room, it presents an extra challenge to those that are already struggling with English. Additionally, such shortcuts may confound automated translation tools that patrons of the Ranch may be making use of.
I would like to ask for your help in making the content of JavaRanch a little easier to read for everybody that visits here by not using such abbreviations.
Please read this for more information.
thanks,
bear
JavaRanch Sheriff
Originally posted by Ulf Dittmer:
The classes should go into a publicly accessible directory of the web server; customarily the one where the HTML page with the applet is located.
Also note that the package name is part of the 'code' attribute, not the 'codebase' attribute.