From: Andreas M. <ma...@in...> - 2004-08-03 14:55:03
|
Hi, I figured out solutions to both problems: security error: +++++++++++++++ in the file $JAVA_HOME/jre/lib/security/java.policy make changes like this: OLD: grant codeBase "file:${java.home}/lib/ext/*" { permission java.security.AllPermission; }; NEW: grant { permission java.security.AllPermission; }; to allow all JAVA-code actions like 'System.exit()' (especially the one in your developer directory). chirality and cis-trans-iso support: ++++++++++++++++++++++++++++++++++++ Install the jdom library from jdom.org Greetings Andi |