Loading
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

  • Community Manager (Flexera Software)

    Are you running one of the standard FNP Java samples (BasicExample.java or TSExample.java)? If not, do those samples work on the system?

Loading
Flexlm.jar runtime error