My eclipse won't start since a few days. If I manage to get one error message at start to go away, it will be another new one, or another that I thought I'd already fixed. I do not know what exactly I've done so far, but I'll summarize as far as I remember. One thing you should know: it was very much.
I tried to:
1. Setting the -Xms[WXYZ] variable to another values, like 256M, 512M, 1024M and 2048M in the
- eclipse.ini
- environment variables
2. Added in eclipse.ini before -vmargs
- -vm [absolute path to my jdk\bin\javaw.exe]
- -vm [absolute path to my jre\bin\server\jvm.dll]
3. Changed environment variables
- I don't know anymore what I've done there
4. At some point I tried something with the JAVA_HOME environment variable, but it does not helped at all.
I think that I've done so far all of these imaginable combinations.
I've deleted eclipse and reinstalled JRE and JDK, I think I've got nothing left.
Here are all of this pictures on imgur itself (because I can't post images).
It were a great help if anyone could help me with that problem.
Edit: The current error message is:
Failed to create the Java Virtual Machine.
Edit 02: Changed system variable _JAVA_OPTIONS from value in picture to -Xms512M
Edit 03: If i start eclipse with
[path to eclipse]\eclipse -vm C:\Program Files\Java\jre1.8.0_202\bin\javaw.exe
it stated that a runtime environment or development kit has to be available in order to run eclipse. It give me just C:\Program as location. However, if I take the absolute path and write it into the eclipse.ini, i get the same error message (Failed to create the Java Virtual Machine.)