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

Thread: Error Running Java in Eclipse

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

    Default Error Running Java in Eclipse

    Hi

    I'm very new to Java and have just installed Eclipse on an XP laptop with JSystem.

    I seem to have the configuration mostly right but am seeing the error below when I run a JSystem test class in Eclipse that I am writing from a tutorial. Can anyone tell me what the error means? I have Java2html installed correctly (I think). Do I have to add it to the class path or something or is it missing the JavaSourceParser?


    Test: HostSanityTest.pingFromDUT
     
    (1)Steps in test: HostSanityTest.pingFromDUT :
    Sep 03, 2011 4:23:20 PM jsystem.framework.report.RunnerListenersManager addTestInfo
    ----
     
    WARNING: Fail to load test code because java2html jar is missing. de.java2html.javasource.JavaSourceParser
     
    ----
    Sep 03, 2011 4:23:20 PM junit.framework.SystemTestCaseImpl jsystemTestPreExecution
    INFO: Running test: pingFromDUT
     
    16:23:20: In init method
     
    Start time: Sat Sep 03 16:23:20 BST 2011
     
    End time  : Sat Sep 03 16:23:20 BST 2011
     
    Test running time: 0 sec.
     
    16:23:21: In close method

    Thanks in advance


  2. #2
    Member
    Join Date
    Aug 2011
    Posts
    48
    My Mood
    Fine
    Thanks
    1
    Thanked 4 Times in 4 Posts

    Default Re: Error Running Java in Eclipse

    I don't see any error in the console output above, there is only a WARNING and the program runs from start to end. What do you expect for the result?

Similar Threads

  1. Error when opening eclipse
    By BlackJavaCoder in forum Java IDEs
    Replies: 4
    Last Post: September 3rd, 2011, 07:57 AM
  2. Random Errors Occurring When Running Game in Eclipse
    By WhenThCome4Me in forum Java IDEs
    Replies: 22
    Last Post: September 1st, 2011, 06:29 AM
  3. Error while running Applet
    By rameshiit19 in forum What's Wrong With My Code?
    Replies: 8
    Last Post: August 1st, 2011, 04:02 AM
  4. Runtime Error running in UVA
    By mathfxr in forum What's Wrong With My Code?
    Replies: 1
    Last Post: September 17th, 2010, 02:06 PM