Setup: Installing Eclipse - ColoradoSchoolOfMines/interface_sdk GitHub Wiki
Installing Eclipse
NOTE: As Eclipse is a Java development tool, you will need the Java Development Kit to install Eclipse. If you have not yet installed the JDK, see this page.
Eclipse is a powerful graphical IDE for Java. To install:
- Go to the Eclipse Downloads
- Select your OS in the drop-down bar in the upper right corner
- Download Eclipse Classic for your architecture
- Extract the file (.zip or .tar.gz)
NOTE: In Windows, the C:\Program Files path is often protected from outside modification, such as extracting ZIP archives. To avoid extraction failure, extract the archive to another folder such as C:\Downloads, and move the extracted files to your desired location.
For additional help, see Eclipse's detailed installation instructions.