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 3 of 3

Thread: Problem with HW Tester in Eclipse (Error)

  1. #1
    Junior Member
    Join Date
    Sep 2014
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problem with HW Tester in Eclipse (Error)

    So I finished an assignment and I uploaded Hw3Tester.java into my project that was supplied by the professor. He said I should mouse over the first @test and a little pop up box will pop up and provide recommended solutions. He said click on the Add Junit 4 Library to the build path and that this was important.

    He said I could do it other way as well, but going to add library. Well anyways, something is wrong because every time I run it, I get this error:

    Error: Could not find or load main class org.eclipse.jdt.internal.junit.runner.RemoteTestRu nner


    I have snooped around on google and sometimes I heard that this means I need to uninstall Eclipse because it has been corrupted. Does anyone know about this error?


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Problem with HW Tester in Eclipse (Error)

    Thread moved from 'Whats wrong with my code'

  3. #3
    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: Problem with HW Tester in Eclipse (Error)

    Have you run other programs in Eclipse? Were those programs working fine, no errors? Have you tried completing a basic Eclipse JUnit tutorial, one that includes setting up Eclipse and the OS environment? Which Eclipse are you using?

Similar Threads

  1. JDBC CONNECTION ERROR in eclipse
    By schlinzj in forum What's Wrong With My Code?
    Replies: 4
    Last Post: June 13th, 2014, 02:36 PM
  2. JOptionPane error in eclipse
    By runkerr in forum What's Wrong With My Code?
    Replies: 2
    Last Post: July 26th, 2013, 05:09 PM
  3. Replies: 3
    Last Post: January 5th, 2012, 01:44 AM
  4. Error when opening eclipse
    By BlackJavaCoder in forum Java IDEs
    Replies: 4
    Last Post: September 3rd, 2011, 07:57 AM