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 |
Applet ClassName ---------- ----------------------------------------------- WebBrowser com.ibm.nzna.projects.qit.web.WebBrowser Administartion com.ibm.nzna.projects.qit.admin.Admin