1

after the start of the eclipse, it shows me an error dialog(see the image):enter image description here

Can some one tell me how to resolve that problem.

2 Answers 2

1

It looks like your JVM is 64-bit (based on "Program Files" vs "Program Files (x86)" and your Eclipse is 32-bit. The combination is incompatible.

You need to download a 64-bit version of Eclipse or 32-bit version of the JVM.

If you choose to get 32-bit JVM, you may need to tell Eclipse where to find it if it keeps finding the 64-bit one after install. To do this add the following lines to your eclipse.ini:

-vm
[some-path]/javaw.exe
Sign up to request clarification or add additional context in comments.

Comments

1

I'd look for detailed log files present in the .metadata/.log folder of the workspace. If Eclipse does not start, it provides log information there.

Comments

Your Answer

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.