Can you please post a way to create an environment for developing lwjgl using eclipse? not adding the lwjgl.jar to the project but actually developing code for lwjgl, both native and java code. Thank you! I have downloaded the sources but it's not an eclipse project so I am having a little trouble making it run in eclipse
http://www.lwjgl.org/wiki/index.php?title=Setting_Up_LWJGL_with_Eclipse (http://www.lwjgl.org/wiki/index.php?title=Setting_Up_LWJGL_with_Eclipse)
This should be all the help you need.
I don't want to create a project that uses lwjgl. I want to open the lwjgl sources in eclipse so I can code and fix bugs for lwjgl.
I use Netbeans personally, but I would be shocked if Eclipse didn't have some kind of git (or whichever versioning system LWJGL uses) plugin. Get the plugin and clone the repository. Shouldn't be too complicated.