Loading
Using trusted storage licenses in an Eclipse RCP based Java Application

We are using Flexnet publisher 11.19.6 for Java SDK. 

To access the trusted storage from a Java based application, we have to put the mandatory dll files for native access to the trusted storage into the working directory.

 

Loading the dll files is NOT the problem. 

They are properly found and loaded. 

But when checking out a feature, then we get the following result:

Error List Returned (-513,7) ; Native Method Call Failed (-530,3103) (tsGetFeatureLines: flxInitLoad failed.: 1); Error List Returned (-513,4050)

 

We already tried to change the current working directory to the folder containing the dlls. 

Then the checkout works properly.

However this is not suitable for our Eclipse RCP based Java Application.

 

Is there a way to tell the Flexnet SDK for Java applications, that the dlls are in a certain location?

Or get it somehow else to work?


Loading
Using trusted storage licenses in an Eclipse RCP based Java Application