help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-glpk] running java-glpk jar file issue


From: David Gabriel
Subject: [Help-glpk] running java-glpk jar file issue
Date: Sun, 3 Mar 2013 22:39:43 +0100

Hi,

I succeded to run java-glpk program using eclipse or command line (under Linux).
But, when I tried to to run it into other machine which doesn't include the installation of glpk it generates this error.

"java: symbol lookup error: PERSONAL_JNI_PATH/jni/libglpk_java.so: undefined symbol: glp_error_hook"

Kindly be informed that I use this command :
java -Djava.library.path=SVNE_lib/jni -cp SVNE_lib/glpk-java.jar -jar SVNE1.0.1.jar
SVNE_lib/jni includes : libglpk_java.a  libglpk_java.la  libglpk_java.so  libglpk_java.so.0  libglpk_java.so.0.32.0  libglpk_jni.so

I can run my program in my machine where glpk is installed, using this command but it doesn't work in other machine where glpk is not installed.

Please tell me what shall I do/install in the other machine (it is server machine handled by other person) to run my program.

Thanks in advance.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]