I installed lwjgl and got it working with netbeans after putting all the files in the ext/ dir under java sdk. Problem is that when I try to run the application from the command prompt, I get noclassdeffounderror org/lwjgl/opengl etc… How can I fix this?
And one other thing. If I would like to distribute anything, like a game or anything, using lwjgl, how would I package it and what would the client have to install to get it all to work?

