|
| |
If you want to run JSDK at home, follow the following instructions.
- Obtain a copy of JSDK and
install it at the home machine. Two options:
- Download JSDK 2.1 from
Sun at http://java.sun.com/products/servlet/download.html#specs
- Copy the folder
d:\jsdk2.1 from the lab.
- To compile your servlet, use
the following option:
d:\>javac
-classpath .;\jsdk2.1\servlet.jar MyServlet.java
|