On 13/08/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > I am relatively new to JMeter. > I need to call some JUnit tests from JMeter. My problem is that i am not > getting the same results when i call the unit tests directly from Eclipse > and when i call the unit tests through JMeter. > I managed to integrate JMeter into eclipse to debug and see what was > happening and i got the following info. > > It says: > InvocationTargetException: > Target: java.lang.NoClassDefFoundError: > org/apache/xml/serializer/TreeWalker > > Since im quite new to the Java world could someone give me some pointers > as to whether this is some library that is missing in my JMeter > installation and if yes then where and how do i find out these > dependencies. Its a little confusing because calling some other simple > unit tests works perfectly from JMeter. > Is the above package a part of the JMeter installation?
If stand-alone JMeter works OK, then the class must be present. You have probably omitted some jars from the Eclipse path. Please read the eclipse.readme file in the JMeter source distribution. > Some pointers in this direction would be quite helpful..thanks in advance > regards > Vinay > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

