Compiling the Applet
Copy the Java source to a suitable Web directory.
I will work in the directory:
/home/http/html/users/dbc/examples/
Compile the applet source file in the usual way:
Remember to make the class files world readable:
Forgetting to do this will lead to many problems!
- To be sure, check the permissions using ls –l.
- Look at the directory using a Web browser (go to URL http:sirah.csit.fsu.edu/users/dbc/examples/). Can you see the class files? Will the browser let you save the class files?