-5

Nothing happening after double clicking Eclipse Installer executable (eclipse-inst-jre-win64.exe) on windows 10

ross
  • 111
  • 1
  • 2
  • 9
  • The instructions for installing Eclipse on Windows using the installer are here: https://www.eclipse.org/downloads/packages/installer. – Stephen C Oct 26 '21 at 13:54
  • Thank you for the link. But nothing is happening after clicking on Eclipse Installer executable – ross Oct 26 '21 at 14:02
  • If you intend to use an existing Java installation with Eclipse, check the Eclipse release notes to make sure that your version of Java is supported. From Eclipse 4.19 a compatible JRE is included in the installer. (See https://wiki.eclipse.org/Eclipse/Installation) – Stephen C Oct 26 '21 at 14:04
  • If nothing happens, when you click the installer, try running it from the command shell. Also check that you have a complete download. – Stephen C Oct 26 '21 at 14:05
  • ...and that you have execution permission on the file. – nitind Oct 26 '21 at 14:43

1 Answers1

0

I have solved the issue with following steps :-

  • Open powershell as admin right and type below command

PS C:\Users\user123\Downloads> .\eclipse-inst-jre-win64.exe -clean -clearPersistedState

ross
  • 111
  • 1
  • 2
  • 9