Setting up a Personal Web Page

CS105 - November 25, 2002

After you have created and fully debugged an applet in the Mac lab, your <classname> project folder will have two files in it.  

<classname>.jar
<classname>.html


Here, <classname> is the name of the class that is your Java program, such as Boardgame.  This folder should be on your desktop before you do the following steps:

1.  Enter http://collaboration:8888/cm in the URL field of your Netscape browser.
2.  In response to the prompt, enter your Bowdoin login and password, after which you should receive the message: Welcome to Site Management
3.  Select CSCI105 in this window, and in the next select your personal login id.
4.  Now transfer each of the above two files from the <classname> folder on your desktop to this directory by:
        a.  using the Browse button on the right to locate each file, and
        b.  using the Upload File button to make the transfer.

5.  To run this applet in a browser window, enter the following in the URL field:

http://collaboration.bowdoin.edu:9780/csci105/<yourlogin>/<classname>.html

Here, be sure to include <yourlogin> and the specific <classname> for the applet you want to run.

Note: This URL can be used from anywhere on the Internet, so people anywhere can view the interaction you have created.