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