Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
bgColor#f9faff
borderStylesolid
titleContents

Table of Contents

...

Potential workspace locations:

  • /home~/shadylady/tools/eclipse/workspace    (Linux)
  • ~/.config/eclipse/workspace 
  • C:\ProgramData\eclipse\workspace      (Windows)

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

The values above are just an example. Scale them to fit your needs. See the official eclipse.ini documentation.

The settings will take effect upon the next restart of Eclipse.


Importing Gradle Projects

...