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.

Results 1 to 5 of 5

Thread: Help! How to Install Eclipse

  1. #1
    Junior Member
    Join Date
    Sep 2013
    Location
    Quezon City, Philippines
    Posts
    4
    My Mood
    Relaxed
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Exclamation Help! How to Install Eclipse

    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.


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Help! How to Install Eclipse

    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.

  3. The Following User Says Thank You to GregBrannon For This Useful Post:

    JhonErrol (September 3rd, 2013)

  4. #3
    Junior Member
    Join Date
    Sep 2013
    Location
    Quezon City, Philippines
    Posts
    4
    My Mood
    Relaxed
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Help! How to Install Eclipse

    I am a Windows XP Professional SP3 x86 User

  5. #4
    Junior Member
    Join Date
    Sep 2013
    Location
    Quezon City, Philippines
    Posts
    4
    My Mood
    Relaxed
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Exclamation Re: Help! How to Install Eclipse

    I have an error message like this one.
    !.JPG

  6. #5
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Help! How to Install Eclipse

    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.

Similar Threads

  1. Replies: 24
    Last Post: August 4th, 2014, 12:49 PM
  2. regarding eclipse
    By sindhureddy in forum Java IDEs
    Replies: 0
    Last Post: March 9th, 2013, 05:55 AM
  3. Replies: 1
    Last Post: October 20th, 2012, 12:21 PM
  4. Beginners Eclipse Tutorial. How to run first java application on Eclipse?
    By JavaPF in forum Java Code Snippets and Tutorials
    Replies: 13
    Last Post: June 24th, 2011, 12:26 AM