Question: OpenMaple Java - Exception?

Hi,

i got some problems trying to run the example test.java. I have Maple 13 on a ubuntu machine.

for your info:

$MAPLE=/home/thomas/maple13
$LD_LIBRARY_PATH=/home/thomas/maple13/bin.IBM_INTEL_LINUX


Now the problem:

Compiling the java file works, but when I try

java -classpath "$MAPLE/java/externalcall.jar:$MAPLE/java/jopenmaple.jar:." test

this exception appears:

Error loading libraries: java.lang.UnsatisfiedLinkError: no jopenmaple in java.library.path
 

I tried to set the library path:

java -Djava.library.path="$LD_LIBRARY_PATH" -classpath "$MAPLE/java/externalcall.jar:$MAPLE/java/jopenmaple.jar:." test

Now this exception appears:

Error loading libraries: java.lang.UnsatisfiedLinkError: /home/thomas/maple13/bin.IBM_INTEL_LINUX/libjopenmaple.so: libmaplec.so: cannot open shared object file: No such file or directory

I'm sure that the *.so files are in /home/thomas/maple13/bin.IBM_INTEL_LINUX

Could anyone help me with this problem?

Thomas

Please Wait...