I was setting up eclipse europa. It is not working and I am not familiar with this. When I run the eclipse.exe file it shows me the above error. Since I couldn't copy and paste the error, I just took a screen shot of it (you can zoom and see the error. The picture is very clear). I have other eclipse versions (hilios and indigo) and they work fine. But I couldn't use the europa version. Can you guys please help me how to solve it?

I use windows 7 64 bit. If you need any info, please let me know. Thank you.

Image

link|improve this question

73% accept rate
as a sidenote, Eclipse Europa is quite old. You might consider moving to the latest release Eclipse Indigo. – Deepak Azad Jul 24 '11 at 7:30
feedback

1 Answer

up vote 0 down vote accepted

If you are on a Windows 64bits, you need to download the 64bits version of Eclipse Europa, and make sure you have a 64-bits JDK.
Or you can try a 32-bits with a 32bits JDK.

But here, it appears you have a mismatch between your Eclipse ("-os = win32") and your JDK.

link|improve this answer
I installed Java EE 6 SDK which contains both jdk and jre for windows 64. And I set the class path to point to this jdk. I hope I am not wrong. Am I? So I believe the jdk is also for 64 bit. – matiman Jul 24 '11 at 3:08
@matiman: your jdk is fine then. But your current eclipse seems to be a 32bits version. You need the 64bits version for Eclipse. And I don't see any 64-bits distro for an old Eclipse like Europa (3.3): eclipse.org/downloads/packages/eclipse-rcpplug-developers/…. So you need, if possible, a more recent Eclipse. Helios 3.6 minimum: eclipse.org/downloads/packages/release/helios/r – VonC Jul 24 '11 at 3:27
I am now downloading Eclipse Indigo for JAVA EE developers, which is what I wanted and the latest version, I think. I will see what is going to happen. By the way on download link it says "eclipse-jee-indigo-win32-x86_64.zip" ... and I know it is for 64 bit but, what does it mean -win32 in this case? Does it mean it works for both 32 and 64 bit? – matiman Jul 24 '11 at 12:50
@matiman: you need the 64bits version, and its looks you have the right one : eclipse.org/downloads/download.php?file=/technology/epp/…. "win32-x86" is the general archtecture, but 64 is the right one. – VonC Jul 24 '11 at 12:59
Thank you. Solved with eclipse Indigo – matiman Jul 24 '11 at 14:20
show 2 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.