Java Setup

Sun environment.

  1. To keep it simple, put all the java files in your public_html subdirectory.
  2. We shall need to tell Java where to find its and your classes. Put the following into your .cshrc file  (please cp .cshrc  .cshrc.backup before making the changes in case you make a mistake):
Windows environment.
I created a simple batch  jasset.bat file in my java subdirectory that I invoke just before compiling and executing:
       set classpath=.;c:\jdk1.1.5\bin;
       set path=c:\jdk1.1.5\bin;%path%


Do you have a home page?

If not, then follow the instructions at http://www.csam.montclair.edu/Docs/homepage.html