So like the title says, Im having an issue with eclipse JVM launcher. Last night, everything was working fine, as far as I know, nothing at all has changed on my pc since th
For windows user, if your getting this error:
Java Virtual Machine Launcher- Error: could not open C:\Program Files\Java\jre1.8.0_60\lib\amd6jvm.cfg
it indicates there is no jre1.8.0_60 version in your system. So you need to set the JRE version which is already there in our system by executing the below command:
execute below command: eclipse -vm jre_path
ex:
eclipse -vm "C:\Program Files\Java\jdk1.8.0_131\jre\bin\javaw"