LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: Hotshot5000 on August 22, 2013, 15:20:29

Title: How to develop for lwjgl using eclipse?
Post by: Hotshot5000 on August 22, 2013, 15:20:29
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
Title: Re: How to develop for lwjgl using eclipse?
Post by: quew8 on August 23, 2013, 09:52:29
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.
Title: Re: How to develop for lwjgl using eclipse?
Post by: Hotshot5000 on August 23, 2013, 15:03:20
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.
Title: Re: How to develop for lwjgl using eclipse?
Post by: quew8 on August 24, 2013, 12:46:44
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.