On 07/03/2008, Divi <[EMAIL PROTECTED]> wrote: > > JMeter is starting fine and i can run junit sampler.But in one of my test > class i call java.lang.object constructor and some thing happening and it is
There is no such class as java.lang.object; it is java.lang.Object. I assume the latter is what you meant. > not going further after this call.I don't see any errors in log file .I am > unable to find why it is not going further after this call.But when i use > same code in Eclipse IDE it is executing fine. Possibly a JVM version difference. Check that the JVM version used by JMeter (this appears in jmeter.log) is compatible with your code. > Divi > > > sebb-2-2 wrote: > > > > There must be something seriously wrong with the Java installation if > > it cannot find java.lang.Object. > > > > JMeter should start up OK on Java 1.4 or later without needing any other > > jars. > > > > There are some optional jars you can add - read the manual for details. > > > > On 06/03/2008, Divi <[EMAIL PROTECTED]> wrote: > >> > >> Hi, > >> > >> JMeter is not finding java classes like java.lang.object etc..So, what > >> are > >> the files needed or what are the jar files I should add so that my code > >> can > >> use java classes. > >> please suggest. > >> > >> -- > >> View this message in context: > >> > http://www.nabble.com/JMeter-not-finding-java-classes-tp15878906p15878906.html > >> Sent from the JMeter - User mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > -- > View this message in context: > http://www.nabble.com/JMeter-not-finding-java-classes-tp15878906p15896641.html > > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

