cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
peijunyan
Level 4

Failed to create vendorInfo.java

Hi,
I couldn't create vendorInfo.java with error message below
C:\Program Files\...\java>vendorInfo.bat

C:\Program Files\...\java>java -classpath flexlmutil.jar;flexlm.jar;EccpressoAll.jar CreateVendorInfo -code lm_code.h -pubkey lmpubkey.h -seeds lmseeds.h -classname vendorInfo
Bad length for lm_pubsize, must be 3


C:\Program Files\...\java>cat lmpubkey.h
#define LM_KEY_CALLBACK 0

static int l_pubseedcnt = 0;
static int lm_pubsize[4][3] = {{0}};
static unsigned char lm_pubkey[1][3][40] = {{{0}}};

Since I created demoInfo.java successfully, and demo version of lmpubkey.h is different from above one (vendor version). I guess that it might be caused by non-TRL define in lm_code.h (we don't purchase TRL)?! What should I do now?


You might need the following info
Product Name: FLEXnet Licensing for Java
Product Version: 11.4
Operating System Name and Version: Windows XP
Filenames I downloaded: FLEXnetLicensingToolkitForJava-v11.4.0.0.exe

Thanks for any help!
Labels (1)
0 Kudos
(3) Replies
RobertDickau
Flexera Alumni

I believe you will need the TRL keys; according to the help topic "Incorporating FLEXnet Licensing for Java into Your Product":
Tamper-Resistant Licenses (TRL) must be enabled.
0 Kudos
peijunyan
Level 4

Thanks for your reply.
0 Kudos
CChong
Level 11 Flexeran
Level 11 Flexeran

Please refer to our Knowledgebase article OA-000615 for more details.
0 Kudos