Adding Quest Applets

  To add a Quest Applet, you must first be in the Application Property Window. Once The Application Property Window is displayed, click on the 'Quest Applets' tab, and then click on 'Add'. You will be prompted only for a Class Name. This class name should be given to you by the source you obtained a Quest Applet from. A sample Class Name would be com.ibm.nzna.projects.qit.web.WebBrowser. After entering the correct Class Name, simply press 'Ok'. If the Quest Application can find that Quest Applet, it will be added.

  If the Quest Application cannot find the Quest Applet, it is probably due to one of the following reasons:
Problem Resolution
The Class cannot be found in the Class Path Just like a normal path, a Class Path tells Java where to find certain class names. Quest Applets usually come in .JAR files. These .JAR files must exist in your Class Path. Edit the quest.bat or quest script to include the .JAR file on the line that reads 'SET CLASSPATH' on Windows and 'EXPORT CLASSPATH' on Linux.
No Authority This means that your User Id does not have the authorities needed to use this Quest Applet. Please contact your Quest Administrator

Predefined Quest Applets are as follows:
Applet               ClassName
----------           -----------------------------------------------
WebBrowser           com.ibm.nzna.projects.qit.web.WebBrowser
Administartion       com.ibm.nzna.projects.qit.admin.Admin