Versions Compared

Key

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

Table of Contents

...

  • /home/shadylady/tools/eclipse/eclipse-java
  • /opt/eclipse (according to Linux#Manualsoftwareinstallation)
  • /usr/lib/eclipse  (This is only if installed by an official system package manager)
  • /snap/eclipse/current  (If installed via snap )

On Windows:

  • C:\ProgramData\eclipse\eclipse-java 

...

Configuration

Application memory

Eclipse will perform terribly unless you give it a few GB of memory (RAM).

In the installation folder, find eclipse.ini. Possible locations include /usr/lib/eclipse, /opt/eclipse, C:\Eclipse, and C:\ProgramData\Eclipse.

Ensure is contains the following JVM options:

Code Block
-Xms512m
-Xmx2g

...