java.library.path is the path that Java uses to find native libraries (such as lwjgl.dll). You should set it to the directory that contains the DLL files. You specify this with the -D switch on the command line, for example:
java -Djava.library.path=C:\Java\ljwgl\libs org.mypackage.MyProgram