(LWJGL) Not finding natives on Linux

So I’m trying to convert my windows workspace to my linux setup and encountered some problems. It’s asking for absolute path, but im not sure what to do. I have

-Djava.library.path=libs/

in my VM options as well.

Here’s what my setup looks like: http://i.imgur.com/6LRz5Q3.png

ERROR:


Exception in thread "main" java.lang.UnsatisfiedLinkError: Expecting an absolute path of the library: libs/liblwjgl64.so
    at java.lang.Runtime.load0(Runtime.java:806)
    at java.lang.System.load(System.java:1086)
    at org.lwjgl.Sys$1.run(Sys.java:70)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
    at org.lwjgl.Sys.loadLibrary(Sys.java:87)
    at org.lwjgl.Sys.<clinit>(Sys.java:117)
    at org.lwjgl.opengl.Display.<clinit>(Display.java:135)
    at core.Run.init(Run.java:94)
    at core.Run.start(Run.java:120)
    at core.Run.main(Run.java:123)

Keep in mind that this was the same in windows except now I’m using linux natives.

Shouldn’t that be [icode]-Djava.library.path=natives/[/icode] instead of what you had it now?

I had changed the name after the screenshot. It’s libs