How to avoid specifying JAR files and libraries when running demos (Linux)?

Looks like you are missing lwjgl.jar in your CLASSPATH.

Yeah I fell for the old "forgot to set the run classpath".  It works now thanks :slight_smile:

Cool - things are so much easier using an IDE IMO. It's all setup nicely and development is easy!  :mrgreen:



The API looks to be nice and simple and the JavaDoc makes it easy to reference methods and classes. The tutorials are useful and I'm reading through them. I haven't written any Java for 3-4 years so this may be quite the culture shock! Not that I knew much in the first place.



Thanks for your help folks.