CS 112
J++ at Smith


Where


For CS112 students:

For TA's (who have priority over the 112 students, but not over other students working on projects which may require the use of these machines):


How


  1. Go to Start/Microsoft Visual J++/Microsoft Developer's Studio
  2. To write your code, open a new file by clicking on the text file button.
  3. Save the file with the java extension.
  4. Go to Build/Compile filename. J++ should build a class file.
  5. A window will appear giving you the option to create a new workspace, click yes.
  6. Open another text file and wright the html file corresponding to your class file.
  7. Save it with the html extension.
  8. Go to Build/Execute filename. A window should appear displaying your applet.