I\'m trying to run the sample \"Hello World\" from the LWJGL website
From this link: LWJGL \"Getting Started\"
I\'m trying to do this via the command line, j
A CLASSPATH entry is either a directory at the head of a package hierarchy of .class files, or a .jar file. If you're expecting ./lib to include all the .jar files in that directory, it won't. You have to name them explicitly.
./lib