1

I am using Windows 8 and I just restarted my laptop. WHen I tried to open Eclipse, I got the following error that can be seen right here Eclipse will not open due to environment variables so I went to open my eclipse.ini and I have the following code but I have no idea what to do. Tried searching the web with no luck. Can anyone help?

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20130521-0416
-product
org.eclipse.epp.package.standard.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx512m
Community
  • 1
  • 1
hherklj kljkljklj
  • 367
  • 2
  • 3
  • 9

1 Answers1

0

this solution is a little bit strange, but works for me..I have exactly your eclipe.ini.. and some time ago i find out the same error and i copy javaw.exe to the eclipse folder..i everything works prefectly. You can find javaw.exe at you java path for example: C:\Archivos de programa\Java\jdk1.6.0_29\bin

ZaoTaoBao
  • 2,567
  • 2
  • 20
  • 28