Hello all,
I'm trying to auto install
Java Advanced Imaging on a mac osx using a raw installation manifest jar file. Now when I run the html page with my <
applet> tag it gives me this error:
java.lang.ExceptionInInitializerError: java.security.AccessControlException: access denied (java.util.PropertyPermission java.home read)
Is there something about a mac explorer that won't let you load optional packages. I've check the permissions on the java.home file and it's set to read and write. If I just put the raw jai files in the directory manually, jai works. But, I want it to auto install for our customers. Does anyone have any ideas?
shill@fullcolor.com