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: problem..with eclipse 3.1

  1. #1
    Junior Member
    Join Date
    Aug 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question problem..with eclipse 3.1

    Hi frends..

    please help me out..m a beginer..

    I have got installed both java1.5 and eclipse 3.1 in my system.
    have no problem with java..bt just after exracting an Eclipse folder..which is located different to java folder in the common drive..its poping an error message saying:

    A Java Runtime Enviroment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. No Java virtual machine was found after searching the following locations: E:\eclipse\jre\bin\java.exe java.exe in your current PATH.

    how can i launch my eclipse..and create a java project..

    thanks
    mint17


  2. #2
    Junior Member
    Join Date
    Aug 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: problem..with eclipse 3.1

    please help me frends..

  3. #3
    Junior Member
    Join Date
    Aug 2012
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: problem..with eclipse 3.1

    I got it, too. Please help me

  4. #4
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: problem..with eclipse 3.1

    What happens if you open a terminal and type:
    java -version

  5. #5
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: problem..with eclipse 3.1

    Quote Originally Posted by mint17 View Post
    Hi frends..

    please help me out..m a beginer..

    I have got installed both java1.5 and eclipse 3.1 in my system.
    have no problem with java..bt just after exracting an Eclipse folder..which is located different to java folder in the common drive..its poping an error message saying:

    A Java Runtime Enviroment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. No Java virtual machine was found after searching the following locations: E:\eclipse\jre\bin\java.exe java.exe in your current PATH.

    how can i launch my eclipse..and create a java project..

    thanks
    mint17
    Did you install Java before installing Eclipse?
    While installation, Eclipse setup asks you to provide the Java installed path. Anyways, go to Window-|>Preferences->Java->Installed JREs and see if there are any, and check any one of them. If you find nothing, Add it into your Eclipse.

    Hope this would help.

    Regards...
    Mr.777
    Anyone who stops learning is old, whether at twenty or eighty. Anyone who keeps learning stays young. The greatest thing in life is to keep your mind young.

    - Henry Ford

Similar Threads

  1. Replies: 24
    Last Post: August 4th, 2014, 12:49 PM
  2. Replies: 3
    Last Post: January 5th, 2012, 01:44 AM
  3. 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
  4. Eclipse Problem
    By The_Mexican in forum Java IDEs
    Replies: 2
    Last Post: December 8th, 2010, 09:02 PM