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