INSTALLATION








    To use the package developed in SRDC, you need JDK 1.1.8 or higher. Currently the package is available in tar.gz format. (A seperate jar file will be put in the possible shortest time) . Open it into a directory (using gtar -zxvf), add the directory to your classpath, and call the method within your programs.
    The package has two interfaces for input, and many interfaces for output. In order to run the query you must call startQuery method of the package. The package accepts queries both from files, and strings. You can pass two types of parameters to the function, first one is a string, last one is a boolean. In order to run the query from a file call; startQuery("filename", false)  or to run it from a string call; startQuery("string", true) .