Configure the Java Viewer Quick Start Feature

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:

To enable the Quick Start feature

  1. Check the availability of the quickstart.htm file in the ..\FileNet\IDM\Web\FNOpenClient\FNJavaV1files folder.
  2. Navigate to the ..\FileNet\IDM\Web\FNOpenClient\Util\JS folder.
  3. Open the FnJavaViewHelper.js file.
  4. Add the highlighted code line to the file as shown in the code segment below.

    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);

    }

  5. Save and close the file.

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.