Hi All:
As title says, I am new to lwjgl. I used the configurator and downloaded the sources/docs, Linux/windows natives, all (basically the whole shebang). I am trying to run the code from the "Get Started" page (right or wrong). I could not use gradle because my Linux installation is locked down. I manually unzipped everything to an "lwjgl" directory and modified Java eclipse to find stuff.
I turned on -Dorg.lwjgl.util.Debug=true IAW debug output ... ran again and am receiving:
"liblwjgl32.so not found in java.library.path"
Trying to be a good little programmer I performed a 'find . -name "*.so"' in the lwjgl directory and could not find any .so files. Doing a grep on lwjgl seems like it would provide excessive results. I am missing something that might be obvious ... thoughts?
Thanks ahead!
Scrappy.