Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
|
...
Eclipse 2020+ requires to run with a Java 11 VM or higher. If you need to set which JRE Eclipse runs with, add the following lines to the eclipse.ini.
Code Block |
---|
-vm /path/to/jdk |
...
Info |
---|
There is no way to edit eclipse.ini when Eclipse is installed via snap. A workaround is to pass |
Eclipse will perform terribly unless you give it a few GB of memory (RAM).
Ensure the eclipse.ini contains the following JVM options:
Code Block |
---|
-Xms512m -Xmx2g |
...