Can anyone help me to install Eclipse, Because in every time i install it I'm always having an error message even I've installed already the Java Runtime Environment.
Any Feedback will appreciated. Thanks in Advance.
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Can anyone help me to install Eclipse, Because in every time i install it I'm always having an error message even I've installed already the Java Runtime Environment.
Any Feedback will appreciated. Thanks in Advance.
Let us know what OS you're running, and Eclipse requires the SDK not just the JRE. If you're getting an error message, post it exactly, copied and pasted into a post, as it appears at your end. If you're using Windows, you'll find guidance about setting the environment variable CLASSPATH if you search for it.
JhonErrol (September 3rd, 2013)
I am a Windows XP Professional SP3 x86 User
I have an error message like this one.
!.JPG
Everybody want to post screenshots these days. Why not copy and paste the error message so that it is human-readable? I can't read much of the picture, but there is mention of the required Java version being 1.6. Ensure that you downloaded the correct version of Java and that Eclipse and Java have the same -bit architecture. You said you have 64-bit XP, so download corresponding versions of Java and Eclipse.
Also, correcting what I said earlier, Eclipse will run on a PC that just has the JRE installed, but to do Java development with Eclipse you'll need the Java SDK. Here's a guide for installing Eclipse on Windows, though you may be able to find a better one.