Running JSDK at Home

Home Useful Info 1 Pre-Test1 Project + Milestone 1 Sample Use Cases How to Install DukeBookStore Pre-Test2 JSDK Milestone 2 Final Milestone Announcements Running JSDK at Home Project Team Evaluation Project Information Form ODBC Data Source

 

If you want to run JSDK at home, follow the following instructions.

  1. Obtain a copy of JSDK and install it at the home machine. Two options:
    1. Download JSDK 2.1 from Sun at http://java.sun.com/products/servlet/download.html#specs
    2. Copy the folder d:\jsdk2.1 from the lab.
  2. To compile your servlet, use the following option:

d:\>javac -classpath .;\jsdk2.1\servlet.jar MyServlet.java