
pooja_khobragade1.55249399266205E12 asked a question.
Flexlm.jar runtime error
I downloaded Flexnet publisher java development kit v11.9
I used jdk1.6 to create vendorInfo.java file.My application uses JDK 1.6 compiler
I integrated flexlm.jar and EccpressoAll.jar in my code.
I am getting the following exception on calling
License lic = new License(featSpec, licenseSpec + "&" + licString,new vendorInfo(), null);
Exception:
access denied (java.util.PropertyPermission JDK_1_3_Compatibility write)
Can anyone help
permission java.security.AllPermission;
but not able to resolve it