Executando o Eclipse no Windows 7 JRE e JDK não encontrados

Eu baixei o Eclipse mais recente no Windows 7. Quando eu clico no ícone do eclipse, ele lança a seguinte exceção:

Eu já instalei o JRE e o JDK.

ATUALIZAÇÃO: Conteúdo do Eclipse.ini:

   -startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120913-144807
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-Xms40m
-Xmx512m
-vm C:\Program Files (x86)\Java\jre7\bin

questionAnswers(4)

yourAnswerToTheQuestion