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 |
...
Importing Gradle Projects
- Select File > Import...
- Select the "Gradle > Existing Gradle Project" import wizard
- Clear "Show the welcome page the next time the wizard appears"
- Set the "Project root directory"
- Select "Override workspace settings"
- Select "Local installation directory" and set it to your local Gradle installation
- Set "Show Console View"
- Set "Show Executions View"
- (passive) Check that a tree populates on the "Import Preview" page
See also
Importing Gradle projects into Eclipse
...