On 09.06.2013 15:33, Kazi Moyeen ul Huq wrote:
java -Djava.library.path=/usr/lib/jni -jar st.jar

Hello Kazi,

the default installation path for GLPK and GLPK for Java is
/usr/local

If you did not configure with --prefix the command line to execute you jar file should be

java -Djava.library.path=/usr/local/lib/jni \
  -classpath /usr/local/share/java/glpk-java.jar -jar st.jar

Best regards

Heinrich Schuchardt

_______________________________________________
Help-glpk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to