Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
|
...
Configuration
Application memory
Eclipse will perform terribly unless you give it a few GB of memory (RAM).
In the installation folder, find eclipse.ini
. Ensure is contains the following JVM options:
Code Block |
---|
-Xms512m -Xmx2g |
...
- Set "Gradle distribution" to "Local installation directory" and point to your local Gradle installation
Java settings
In Window > Preferences > Java:
Compiler > Error/Warnings > Deprecated and restricted API:
- Set "Forbidden reference (access rules)" to "Ignore"
Editor > Content Assist > Favorites:
- Click "New Type..." and add "
org.junit.jupiter.api.Assertions
"
Code Style > Formatter:
- Click "Import..." and import IHMC Open Robotics Software/ihmc-java-toolkit/CodeFormatTemplates/IHMCEclipseFormatter.xml
Importing Gradle Projects
...