|
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
- 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
- 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.
- 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.
- 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".
- 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
- Download http://www.webagesolutions.com/download/XML4J-3_2_1.zip (using the username and password access2) to the directory c:\download
- Unzip c:\download\XML4J-3_2_1.zip into the C:\ directory. This will create c:\XML4J_3_2_1 directory automatically.
- 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
- Go to the URL:
- The JWSDP 1.1 (available from http://www.webagesolutions.com/download/jwsdp-1_1-windows-i586.exe using the username and password access2.)
- Run the jwsdp-1_1-windows-i586.exe and following the instructions to install java web services developers pack.
- Start the Control Panel. Select the System tab then click Environment.
- 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
- 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;
- 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)
- Download http://www.webagesolutions.com/download/XMLSpysetup43.exe using the username and password access2.)
to c:\download
- Run c:\download\XMLSpysetup43.exe and following the instruction to install XML Spy 4.3 into the default directory.
- Reboot the machine when requested.
- The installation continues after the machine rebooted
- Following the instruction and
- In the File Option screen, deselect both options.
- In the Setup type screen, select Complete Install
- In the Ready to Install Program screen, click on Install.
- In the Setup Completed screen, deselect both options and click on Finish.
- 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.
|