Applets in WSAD
Hi All,
if anyone has worked on Applets in WSAD please revert back.
im not able to send the .class file to the browser means while running the HTML file, im always getting classnotfound exception
means im not able to set the code and codebase correctly in the applet tag
i have tried making the jar file of the .class file and using the archive parameter in the applet tag, still its not working....
i have tried the following things:
1.putting the .class file and .HTML file in the same folder in the folder structure of the application
2. .class file in its default folder with a absolute(which is not correct) as well as "relative path in the codebase" to the .html file
3. made all the possible conbinatins of code and codebase in the applet tag related to the path and the pacakage name of the .class file.
4.putting the .jar file of the .class file and .HTML file in the same folder and using the archive parameter.
5. putting the .jar file of the .class file in lib folder(which is like Web content->WEB-INF->lib ) absolute(which is not correct) as well as relative path in the archive to the .html file
i know im missing something very small....which is really trouble some......
do we have to make some special setting in the Web server to run the applets........confused.....
if someone has worked on Applets in WSAD or on a Application server similar to that please revert back.

