[EN] Setup Eclipse - AthenaEventEngine/AthenaCore GitHub Wiki

Eclipse:

In computer programming, Eclipse is an integrated development environment (IDE). It contains a base workspace and an extensible plug-in system for customizing the environment. Eclipse is written mostly in Java and its primary use is for developing Java applications, but it may also be used to develop applications in other programming languages through the use of plugins, including: Ada, ABAP, C, C++, COBOL, Fortran, Haskell, JavaScript, Lasso, Lua, Natural, Perl, PHP, Prolog, Python, R, Ruby (including Ruby on Rails framework), Scala, Clojure, Groovy, Scheme, and Erlang. It can also be used to develop packages for the software Mathematica. Development environments include the Eclipse Java development tools (JDT) for Java and Scala, Eclipse CDT for C/C++ and Eclipse PDT for PHP, among others.

1.- Necessary software to download and install:

2.- Install Buildship Gradle plugin:

  • Go to menu: Eclipse >> Help >> Eclipse Marketplace..

  • Confirm the download:

  • Accept the licenses:

  • And restart Eclipse to complete the installation:

3.- Install Java and add in Eclipse:

  • Download and install java:

  • Go to menu: Preferences >> Java >> Installed JREs..

  • Select Standard VM and click Next:

  • Click on Directory... and select the path C:\Program Files\Java\jdk1.8.0_60 then Finish

  • Select jdk1.8.0_xx as default and click OK