r1 - 23 Jun 2008 - 02:11:24 - ZacSim?You are here: TWiki >  Main Web  >  ElixirReport > ElixirReportCookbook > HelpIconIsNotShowingInRepertoireProfessional-SolarisEnvironment

Help icon is not showing in Repertoire Professional (Solaris Environment)

In default Solaris installation, there is a folder '/user/jdk/packages' which contains 'javax.help' library (among several other libraries). Elixir Repertoire Professional also contains 'javax.help' library, but it's not loaded. The one being loaded is from '/usr/jdk/packages' directory, but not given any permission to read files in Repertoire installation folder.

To fix this issue, users need to put the following lines into their java2.policy file (\Elixir Repertoire\config\java2.policy) manually:

/** Grant security permissions to all libraries in /usr/jdk/packages directory **/
grant codeBase "/usr/jdk/packages/-" 
{
   permission java.security.AllPermission;
};

The Help icon will then be displayed successfully under the Action bar after restarting Repertoire Professional.

-- ZacSim? - 23 Jun 2008

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback