I tried switching to DevIL to do my image loading today but I can’t seem to get it working. It says it can’t find DevIL but I’m quite certain its in the path, here is the error:
Exception in thread “main” java.lang.UnsatisfiedLinkError: no DevIL in java.library.path
I tried changing the name of the lwjgl-devil.dll to DevIL.dll and it found it… but it still doesn’t work. Here is whats on the dialog that pops up:
The procedure entry point ilBlit could not be located in dynamic link library DevIL.dll.
followed by this being output to the console:
…classes\lwjgl\DevIL.dll: The specified procedure could not be found
I don’t know anything about jni but it seems like there was some kind of naming mismatch in the dll its looking for or something…
any ideas?