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

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is possible if the eclipse is 64 bit and the JDK or JRE is 32 bit. Check this.
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.