When I run the Eclipse.exe within the given folder, it will not start. The Eclipse splash screen will appear for a split second then close. There are no errors.
I\'ve t
If its a Java version problem, you can edit the eclipse.ini file and assign the compatible version to the application through adding these lines:
Java
eclipse.ini
windows example:
-vm C:\jdk1.7.0_21\bin\javaw.exe
for more information: https://wiki.eclipse.org/Eclipse.ini