Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The list below includes the steps to complete if you want to run the examples and exercises. Warning, this is not a cookbook!

  1. Download J DK JDK 5.0 Update 6 or 7 from Sun and install http://java.sun.com/j2se/1.5.0/download.jsp or Java 2 SE 5.0 from Apple for OS X.
  2. Download and install Eclipse 3.1.2 from http://download.eclipse.org/eclipse/downloads/drops/R-3.1.2-200601181600/index.php.
  3. Add sysdeo Tomcat plug in by grabbing the zip file at http://www.sysdeo.com/sysdeo/content/download/393/4930/file/tomcatPluginV31.zip and expanding into the eclipse/plugins directory.
  4. Install Jakarta Tomcat 5.0.28 from the Jakarta site at http://tomcat.apache.org/download-55.cgi#5.0.28
  5. Launch Eclipse
    1. Go to window>preferences>Java>Installed JREs and add the jdk you installed.
    2. Go to window>preferences>Tomcat and select Version 5.x and set Tomcat home to the location where you installed Tomcat.
  6. Download and expand HSQLDB http://hsqldb.org/
  7. To make browsing xml in Eclipse easy download and install a trial version of the Oxygen XML Eclipse plug-in from http://www.oxygenxml.com/register.html

...