Announcements

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

 

Watch for the latest course announcements on this page.

  1. Reminder: Pick up the course notes from PIP Printing ASAP. Cost: $10-$15
  2. Reminder: Lab1 is due 8/28
  3. Note:

    To Create, Compile, and Run Java Programs

    Use any text editor to create the .java source file. Try JEDPlus in the Java Tools folder.

    Then, use javac to compile.

    Then, use java to run.

    If you are working in the labs, there is a Java Tools folder. Double click on the JDK 1.2 command line icon. That will bring in to the command line so that you can start compiling and running your Java programs.

  4. To compile servlets on your home PC (assuming that you have installed JSDK2.1):

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