WA1036 Lab Setup Guide
Minimum Hardware Requirements
  • 400 MHz or faster CPU
  • 64 MB of memory or more
  • 1GB hard disk space minimum
  • CD-ROM drive
  • LAN Adapter
  • Networked
  • Internet Access (strongly recommended)
Minimum Software Requirements
Installation

Before Installation

Before installation, please make sure you have the software installed and files available either by CDs or downloadables.
  • WinZip 8.0 or higher
  • Adobe Acrobat Reader V4.0 or later
  • IE 5.5 or higher
  • Also make sure you get the latest version of xmllabs.zip file and unzip it to C:\ directory.
  • Make a directory: C:\download if it doesn't exist.

Installation
Step 1 - J2SE SDK V1.4 Installation
  1. Go the URL: http://www.webagesolutions.com/download/j2sdk-1_4_0_04-windows-i586.exe using the username and password access2 to download j2sdk-1_4_0_04-windows-i586.exe into the directory c:\download
  2. Double-click on c:\download\j2sdk-1_4_0_04-windows-i586.exe and follow the on screen instructions. Make sure the installation directory should be the default (C:\ j2sdk-1_4_0_04). Click on 'Next' or 'Yes' to proceed until the installation is complete. In Select browsers screen, select Microsoft IE. Click on Finish to exit.
  3. Set the PATH: Start the Control Panel, select System, select Environment, and look for "Path" in the System Variables. Add the following path the beginning of it: C:\ j2sdk1_4_0_04\bin; Capitalization doesn't matter. Click "Set", "OK" or "Apply". The PATH can be a series of directories separated by semi-colons (;). Microsoft Windows looks for programs in the PATH directories in order, from left to right. You should only have one bin directory for a Java SDK in the path at a time (those following the first are ignored), so if one is already present, you can update it to j2sdk1_4_0_04. The new path takes effect in each new Command Prompt window you open after setting the PATH variable. If using Windows 98: 'PATH' is a variable stored inside the text file C:\autoexec.bat. Open this file using notepad, save it and reboot to change the PATH setting for your system.
  4. Set the CLASSPATH: Start the Control Panel, select System, select Environment, and look for "CLASSPATH" in the System Variables. Add the following path the beginning of it: .; Click "Set", "OK" or "Apply".
  5. Open a Command Prompt window and type in the following command to verify the installation:
    java -version
    Make sure you have the following right version information:
    java version "1.4.0.04"

Step 2 - XML4J version 3.2.1 Installation
  1. Download http://www.webagesolutions.com/download/XML4J-3_2_1.zip (using the username and password access2) to the directory c:\download
  2. Unzip c:\download\XML4J-3_2_1.zip into the C:\ directory. This will create c:\XML4J_3_2_1 directory automatically.
  3. Add c:\XML4J_3_2_1\xerces.jar to your Windows CLASSPATH: Start the Control Panel, select System, select Environment, and look for "CLASSPPATH" . Add c:\XML4J_3_2_1\xerces.jar and c:\XML4J_3_2_1\xercesSamples.jar to the right end of the Value field of Variable CLASSPPATH.

Step 3 - JWSDP Installation
  1. Go to the URL:
  2. The JWSDP 1.1 (available from http://www.webagesolutions.com/download/jwsdp-1_1-windows-i586.exe using the username and password access2.)
  3. Run the jwsdp-1_1-windows-i586.exe and following the instructions to install java web services developers pack.
  4. Start the Control Panel. Select the System tab then click Environment.

    1. Set the following environment variables:

      JWSDP_HOME=directory where jwsdp is installed
      JAXB_HOME=%JWSDP_HOME%\jaxb-1.0
      JAXB_LIBS=%JAXB_HOME%\lib
      JAXP_LIBS=%JWSDP_HOME%\jaxp-1.2.2\lib
      JWSDP_LIBS=%JWSDP_HOME%\jswdp-shared\lib

    2. Add the following to end of the CLASSPATH:

      %JAXB_LIBS%\jaxb-api.jar;
      %JAXB_LIBS%\jaxb-ri.jar; %JAXB_LIBS%\jaxb-xjci.jar;
      %JAXB_LIBS%\jaxb-libs.jar; %JAXP_LIBS%\jaxp-api.jar; %JAXP_LIBS%\endorsed\xercesImpl.jar; %JAXP_LIBS%\endorsed\xalan.jar; %JAXP_LIBS%\endorsed\sax.jar; %JAXP_LIBS%\endorsed\dom.jar; %JWSDP_LIBS%\jax-qname.jar;
      %JWSDP_LIBS%\namespace.jar;

    3. Add the following to the end of the PATH:

      %JWSDP_HOME%\jwsdp-shared\bin;%JWSDP_HOME%\jaxb-1.0\bin; %JAXB_HOME%\bin;

Step 4 - XML Spy Installation (Optional)
  1. Download http://www.webagesolutions.com/download/XMLSpysetup43.exe using the username and password access2.) to c:\download
  2. Run c:\download\XMLSpysetup43.exe and following the instruction to install XML Spy 4.3 into the default directory.
  3. Reboot the machine when requested.
  4. The installation continues after the machine rebooted
  5. Following the instruction and
  6. In the File Option screen, deselect both options.
  7. In the Setup type screen, select Complete Install
  8. In the Ready to Install Program screen, click on Install.
  9. In the Setup Completed screen, deselect both options and click on Finish.
  10. Click Start-Programs-XMP Spy Suite-XML Spy IDE to invoke XML Spy IDE
    The first time you income XML Spy IDE, the XML Spy Licensing Manager will be invoked to allow you to request a free evaluation key. Click Request a free evaluation key and following the instruction to get an evaluation license.