1

I have downloaded Eclipse but when i click on eclipse installation file it does not run. And when i click on eclipsec file it shows me following message:

Javahotspot(TM) 64 bit server VM warning: ignoring option Maxpermsize=256: support was removed in 8.0

I have installed latest Java 8.0 on my windows 7. What should i do? I have tried to search but couldn't find any solution on google . Please i am new in programming so provide me reply in easy steps.1

enter image description here

Madhawa Priyashantha
  • 9,633
  • 7
  • 33
  • 60
Ayaz
  • 51
  • 1
  • 1
  • 8
  • possible duplicate: http://stackoverflow.com/questions/22634644/java-hotspottm-64-bit-server-vm-warning-ignoring-option-maxpermsize – HDJEMAI Mar 19 '16 at 03:54
  • infact its a duplicate i have shown my problem but they deleted it because it seems different question to them. – Ayaz Mar 19 '16 at 04:49

2 Answers2

0

Open eclipse.ini in Eclipse home dir and remove these lines:

--launcher.XXMaxPermSize
256m
Evgeniy Dorofeev
  • 133,369
  • 30
  • 199
  • 275
-1

I find the solution. I had installed 32Bit eclipse instead 64bit.

Ayaz
  • 51
  • 1
  • 1
  • 8
  • This is not the solution. It helps because you have more recent eclipse version. Just follow the answer of Evgeniy: He says "remove" instad of update to 512. You are able to run a 64 bit eclipse. – Denis Lukenich Mar 19 '16 at 11:33
  • that is the solution because i previously had 32 bit eclipse installed which i have removed and install 64 bit eclipse so problem solved. – Ayaz Mar 19 '16 at 12:00