You can configure the Quick Start feature so that it appears as a menu option in the Preferences context menu in Java Viewer. Following are the steps to configure the Quick Start feature:
function renderAppletPlugin()
{
strDocWrite='<applet CODEBASE="'+ jViewerPath + '"';
strDocWrite+=archiveTag;
strDocWrite+='CODE="ji.applet.jiApplet.class" NAME="viewONE" ID="viewONE"';
..
..
..
strDocWrite+='<param name="quickstartURL" value="quickstart.htm">';
..
..
..
strDocWrite+='</applet>';
document.write(strDocWrite);
}
Enabling the Quick Start feature will add an icon within the System tray (bottom right of the Windows Desktop) and a menu item “FileNet JavaView QuickStart for Internet Explorer” under Start->Programs->Startup menu on the client desktop. After enabling Quick Start, if the machine is rebooted, the Quick Start feature remains enabled. Disabling the Quick Start feature will remove the Quick Start icon from the System tray and the menu item “FileNet JavaView QuickStart for Internet Explorer” from the Start->Programs->Startup menu.
For information regarding the known issues related to Java Viewer Quick Start feature, refer to IDM Desktop, Web Services, and Open Client 4.0.1 Release Notes (Known Issues) on the CSS Website.