Hello Guest

Cannot figure out how to set up eclipse with gradle

  • 1 Replies
  • 6511 Views
Cannot figure out how to set up eclipse with gradle
« on: January 18, 2017, 01:27:20 »
Hi all, I'm currently upgrading an old project from LWJGL 2 to LWJGL 3 to take advantage of the new 3D abilities, but cannot for the life of me figure out how to set up eclipse to do so (I'm on a mac also). The wiki page on the github says to use gradle or maven to set up a build tool without any explanation of how, and I am just confused.

Thanks.

*

Kai

Re: Cannot figure out how to set up eclipse with gradle
« Reply #1 on: January 18, 2017, 08:19:42 »
If you are not familiar with Maven/Gradle, then this same GitHub Wiki page also describes in detail how you can setup a native Eclipse configuration for LWJGL 3.
Otherwise, on the same GitHub Wiki page section, it is also mentioned that you would visit https://www.lwjgl.org/download in order to download the zip. Now, if you are working with Maven/Gradle (which one can assume you are familiar with) then you can also generate the needed pom.xml/build.gradle file when selecting "Mode" = Maven or Gradle.