How to develop for lwjgl using eclipse?

Started by Hotshot5000, August 22, 2013, 15:20:29

Previous topic - Next topic

Hotshot5000

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

quew8


Hotshot5000

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.

quew8

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.