Having trouble setting up textpad and lwjgl

Could someone please help me with setting up LWJGL and Textpad?

All I could find on the internet was this:
http://lwjgl.org/forum/index.php?topic=1624.0
For some reason it didn’t work.

Thanks in advance.

Why not just use an IDE?

You will need a way to compile the code if you use just textpad. (Assuming it is like notepad)

I just like textpad its quite easy to use for normal java and is also a text editor all in one. Also, I used to use netbeans IDE up until now.

I will find you some tutorials, but I have no idea why you use that since it costs $27…

Here is a video: http://www.youtube.com/watch?v=7uvR8gFUlyQ (Compile and run java)

Here is another video: http://www.youtube.com/watch?v=vzNJBZkNWu0 (Compile and run java, looks like the better one)

Here is a StackOverflow question for including libraries without an IDE: http://stackoverflow.com/questions/5112607/how-to-include-libraries-in-java-without-using-an-ide

Evaluation Version ;D

Eclipse is easy for ‘normal’ java, doubles as a text editor, and is free.

Just finished downloading eclipse I wanted to see if its better than textpad and netbeans.