The dynamic link library for GLPK for Java could not be loaded. Eclipse -


i'm working on home-project , had use glpk. i'm working on eclipse , windows.

so i've set java build path in project, did stuff, working fine, , 1 day had surprise java update, screwed everything. i'm having message :

the dynamic link library glpk java not loaded. consider using java -djava.library.path= current value of system property java.library.path is: c:\users\marks\workspace\ter\librairies\jdom;c:\users\marks\workspace\ter\librairies\glpk-4.55\w64 

and can't achieve make project work again, i've tried everything, loading dll system.load, building older glpk version, trying compile myself glpk.

from given information seems setup correctly.

i once had similar error after java update messed 32 bit , 64 bit versions on machine (setting 32 bit default). execution of source on 32 bit java requires dynamic link libraries located in glpk-4.55\w32 directory.


Comments