Steps To Configure
Required Libraries :
Jdk1.4
Property File Changes
The following changes to be made in RI.Properties file
RI.basedir= (To have the base directory location of Properties file and the Saved Transcript Files").
RunScript Changes
set JAVA_HOME=C:/bea/jdk142_04
Modify java home to the place where you have your java home installed.
If you are running from the jar files already compiled and available for download
Change the
set APPLN_CLASSES=C:/Projects/ksi/classes/RIclasses.zip("The directory in which you downloaded RIclasses.zip")
If you wanted to modify and do changes to the source code and test it, Change the
set APPLN_CLASSES=C:/Projects/ksi/classes
to point to your classes directory of the project.
To point the application to the properties
%JAVA_HOME%/bin/java -classpath "%CLASSPATH%" -DRIPropertyFile=C:/Projects/ksi/skc/source/ksi/cs2310/rlindex/RI.properties ksi.cs2310.rlindex.RIMainApplication
Modify the colored statement to the location where you have your RI.properties
Configure JDBC-ODBC DataSource
For Windows Users IN XP- Go to Control Panel -> Administrative Tools -> Data Sources (ODBC)
Create a USER DSN. Click Add to create a new one