Using CodeStore

Requirements:

CodeStore is built on JDK 1.4 and hence requires JDk 1.4 or higher and JRE 1.4 to be present on the user's computer. See to it that the PATH is set to the bin directory of your JDK directory and the CLASSPATH is set to the lib directory of your JDK directory.


1. After downloading the cslib.zip file, extract it to a directory of your choice.

2. A batch file, run.bat , which takes care of invoking the CodeStore application is present. Double click this bat file to run CodeStore
(or) in the command prompt, change to the directory where CodeStore.class is present and type 

java -classpath "%CLASSPATH%;dom4j.jar;sax.jar" CodeStore

The above will run CodeStore

3. If you have downloaded the 'tiny' version of CodeStore (Please do that only if you have dom4j and SAX libraries with you) please make sure that the libraries are in the system classpath. 

ex : If you have the libraries as dom4j.jar and sax.jar(the names and path are assumed. they may vary on your system) in c:/xmlfiles, then 

1. edit the run.bat file to read 

java -classpath "%CLASSPATH%;c:/xmlfiles/dom4j.jar;c:/xmlfiles/sax.jar" CodeStore

dom4j.jar can be obtained from http://www.dom4j.org

These two libraries are essential parts of CodeStore

Note : 

Illegaly decompiling, modifying and redistributing modified versions is not permitted
The user is entitled to redistribution provided :
1) He/She does not claim to be the author of this software
2) He/She does not modify the content, functionality or Look and Feel by any 
means

Disclaimer :
The contents of CodeStore are not meant for simulations and other such sensitive applications. 
Any damage due to the use/misuse of contents cannot be attributed to the developer by any means.