1

I have downloaded eclipse for J2EE developement

what seems to be my problem?

the files at the address (C:\Program Files (x86)\Java) are: jdk1.6.0_02, jre1.6.0, jre1.6.0_02, jre7

error

asked Jan 22, 2013 at 13:47
1
  • 2
    If the file is in place, possible problem is mismatch between architectures (x86, x64), otherwise it is invalid JRE/JDK installation Commented Jan 22, 2013 at 13:49

2 Answers 2

4

It is possible if the eclipse is 64 bit and the JDK or JRE is 32 bit. Check this.

C:\Program Files (x86)\Java

tells that you are using 32 bit JRE and JDK, but the JUNO that you have is of 64 bit. So use 64 bit JRE/JDK and the problem would be solved.

answered Jan 22, 2013 at 13:50
Sign up to request clarification or add additional context in comments.

Comments

0

I'm not joking about this: a friend of mine had this issue loading Netbeans 7, and we couldn't figure it out. Eventually for some reason he closed his desktop clock gadget (the one that comes with Windows 7) and suddenly it started working again. I can't explain how or why it worked, but don't rule it out (unless of course you aren't using gadgets).

answered Jan 22, 2013 at 13:51

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.