JObjects QuestAgent comes bundled with a lite version of JObjects indexing engine. To run QuestEngine Lite you will need JDK/JRE 1.1.5 installed (document indexing could properly work with any 1.1.x Java Virtual Machine, but version 1.1.5 or higher is recommended). If you do not have Java environment installed or if you experiencing troubles running QuestEngine with Java installed on your machine, please:
- Download a version of QuestAgent software pack which includes a Java Runtime Environment (available only for Windows 95 and NT), or
- Visit JavaSoft web site to find and download the latest JDK or JRE for your operating system.
To run QuestAgent search applet you can use any Java enabled browser with support for Java version 1.02 or higher.
Unpack the archive (zip, tar, jar, or whichever format you've downloaded) to create a directory named joquest, in whatever location you choose. We will use $JOQUEST to stand for the full path to this installation location.
QuestEngine installation
If you're using JRE bundled with the QuestAgent no special installation is required. Otherwise, add $JOQUEST\questengine\qengine10.jar to your CLASSPATH environment variable, so that the Java interpreter can find the classes.
On Windows:
set CLASSPATH=$JOQUEST\questengine\qengine10.jar;%CLASSPATH%On Unix:
set CLASSPATH="$JOQUEST/questengine/qengine10.jar:$CLASSPATH"QuestAgent does not require any special installation. Please consult QuestAgent search applet documentation for details and usage.