🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"Loading Java Native/Shared libraries"

User: "svzelst"
New Altair Community Member
Updated by Jocelyn

For the RapidProM extension of RapidMiner, we need to load some external libraries, e.g., LpSolve for integer linear programming.

 

We used to do this using System.load(...) / System.loadLibrary(...) calls.

However, the new security rules within RapidMiner do no longer allow this and an AccessControlException is generated for this type of code.

Is there any way (like some static utility class) whith RapidMiner that allows for this type of loading?

Without this type of loading, a lot of operators are no longer able to function.

 

kind regards,

 

Bas.

Find more posts tagged with