slackware java and security
Hi all,
I'm having issues with a jar program not executing properly under slackware... We've come to the conclusion that the OS is not letting the prog do something...
we've tried running the jar, extracting and running the main jar class... all with the following errors... seamingly to do with security...
a collugue has help me gather these errors so exactly where they came from i don't know...
"when running java run (or ./setupLinux) (this isn't using the files built in JRE)
GUI ERROR: isCurrentUserAdmin requires platform pack support.
CODE ERROR: ProductException: (error code = 401; message="The product bean "PRT_ACTION_BEAN_ID" could not be loaded because the following exception occurred:
java.lang.ClassNotFoundException: com.ibm.ismp.beans.PRT.PRTAction")
at com.installshield.product.service.product.PureJavaProductServiceImpl.initializeTree(PureJavaProductS erviceImpl.java:60)
The errors are security related from:
[Loaded java.security.AccessControlException from /usr/lib/j2re1.4.1_02/lib/rt.jar]
when running java -jar setupLinux.jar
while loading a zip file a ZipException is thrown.
[Loaded sun.security.action.LoadLibraryAction from /usr/lib/j2re1.4.1_02/lib/rt.jar]"
************************
Now I know this jar works with redhat but not suse so far.. and i was thinking that maybe some security setting or other was preventing the jar from performing it's initial checks (such as checking the current user).
Please please help as the prog installs some files which aren't available in any other format ...
|