cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
poojakhobragade
Level 3

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
Labels (1)
0 Kudos
(2) Replies
poojakhobragade
Level 3

I also included grant codebase "file:/path/lib/flexlm.jar" {
permission java.security.AllPermission;

but not able to resolve it
0 Kudos
RobertDickau
Flexera Alumni

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