Step by step to install Java 2 Platform, NetBean, Object Store, Jave Web Services Developer Pack 1.3

1.Download and install Java 2 Platform 1.4 SDK and JRE at http://java.sun.com/j2se/1.4.2/download.html
2.Download and install NetBean 4.1 at http://oodb.uhcl.edu/liaw/downloads/netbeans-4_1-windows-ml_ja.zip
3.Intall Object Store from the CD.
4.Download and install Jave Web Services Developer Pack v1.3 from http://java.sun.com/webservices/downloads/1.3/

When you finish install all of them above, your computer will automatically set its own environment variables as follows:

INCLUDE C:\ODI\OStore\include
LIB C:\ODI\OStore\lib
OS_ROOTDIR C:\ODI\OStore
OSJI_ROOTDIR C:\ODI\OSJI

And automatically set the path C:\ODI\OStore\bin;

You have to set these following by yourself

1.CLASSPATH variable: C:\ODI\OSJI\tools.jar;C:\ODI\OSJI\osji.jar;C:\ODI\OSJI;
2.Path for ObjectStore, Java, Java Web Services Developer Pack v1.3, respetively

C:\ODI\OSJI\bin;
C:\j2sdk1.4.2_18\bin;
C:\jwsdp-1.3\common\lib\servlet.jar

To test to see if ObjectStore is installed correctly, open the command prompt and navigate to c:\ODI\OSJI as follows C:\>cd odi\osji

Then type run_person, You should see the following

C:\ODI\OSJI>run_person
Compiling the Person demo.
Post-processing the Person demo.
Running the Person demo.
Tim is 35 and has 2 children named: Sophie Joseph
Cleaning up temporary files.
The Person demo ran successfully.

C:\ODI\OSJI>