42.3 Adding XULrunner to Analyzer.ini on Linux Platforms

Before running Analyzer on a Linux platform, you must change the XULRunner mapping.

NOTE:The recommended version of XULrunner on SLED 11 is 1.9.0.19. On openSUSE 11.4, it is 1.9.0.2. These versions are shipped with the operating systems.

  1. Navigate to the Analyzer installation directory, by default in the following locations:

    • Linux: home/admin/analyzer

    • Windows: C:\NetIQ\Analyzer

  2. Open the Analyzer.ini file in the gedit editor.

  3. Add the following line to the end of the list of the parameters:

    -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner-1.9/

    For example, the Analyzer.ini file should read as follows:

    -vmargs
    -Xms256m
    -Xmx1024m
    -XX:MaxPermSize=128m
    -XX:+UseParallelGC
    -XX:ParallelGCThreads=20
    -XX:+UseParallelOldGC
    -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner-1.9/
  4. Save the Analyzer.ini file.

  5. Launch Analyzer.