Hello Ramón, GLPK for Java is hosted at http://glpk-java.sourceforge.net/
For Ubuntu and Debian there is a package libglpk-java. For Windows GLPK for Java is contained in the GLPK for Windows available at http://winglpk.sourceforge.net/ A GLPK for Java application consist of - the Java application libary - the GLPK for Java class library (e.g. glpk-java.jar) - the GLPK for Java JNI library (e.g. libglpk_java.so) - the GLPK library (e.g. libglpk.so) See glpk-java-1.0.16/doc/glpk-java.pdf for details If you want to deploy a web application which executes GLPK on the client, you must provide the binary libraries to the client, which match the client operating system and processor architecture. As client can be very diverse, e.g. 32bit and 64bit, and operating systems including Windows, Linux, OS X, NetBSD, deploying the binary libraries can be challenging. glpk-java.jar itself does not depend on the operating system and processor architecture. Alternatively you could deploy a web application which calls a Java written webservice on your server. The challenge here will be that the GLPK library is not threadsafe. Best regards Xypron -------- Original-Nachricht -------- > Datum: Sat, 19 Mar 2011 13:00:16 +0300 > Betreff: [Help-glpk] java glpk 4.45 for linux > Hi Andrew. > Would you please help with the link to download this version of java glpk > for linux? > Thank you for your help. > Bye -- NEU: FreePhone - kostenlos mobil telefonieren und surfen! Jetzt informieren: http://www.gmx.net/de/go/freephone _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
