It doesn't work "Mo, Jennifer" wrote:
> how about going into the jmeter file and changing the references from > CLASSPATH to JAVA_HOME. > > OLD: > java -classpath $CLASSPATH:`dirname $0`/ApacheJMeter.jar $JAVA_PROPS > -D$LOG4JCONFIG org.apache.jmeter.NewDriver $PROPERTIES > > NEW: > java -classpath $JAVA_HOME:`dirname $0`/ApacheJMeter.jar $JAVA_PROPS > -D$LOG4JCONFIG org.apache.jmeter.NewDriver $PROPERTIES > > -----Original Message----- > From: Patrice Le Cozler [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 02, 2002 10:53 AM > To: JMeter Users List > Subject: Re: Couldn't find or load essential class > > I've allready tried it but the problem remains unsolved > > "Mo, Jennifer" wrote: > > > i'm not sure how the unix verison works, but you might want to set the > > CLASSPATH to the same value as JAVA_HOME. if you look at the jmeter file > it > > references CLASSPATH. jmeter probably cannot find where you have your > class > > files stored. > > > > -----Original Message----- > > From: Patrice Le Cozler [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, April 02, 2002 10:36 AM > > To: JMeter Users List > > Subject: Re: Couldn't find or load essential class > > > > my JAVA_HOME is set to /share/local/java/jdk1.2.2/ > > CLASS_PATH is unset and the JMeter script (unix version) is the default > one > > > > "Mo, Jennifer" wrote: > > > > > what is your JAVA_HOME and CLASSPATH set to? you might also have to make > > > some changes to the jmeter.bat file. > > > > > > -----Original Message----- > > > From: Patrice Le Cozler [mailto:[EMAIL PROTECTED]] > > > Sent: Tuesday, April 02, 2002 10:28 AM > > > To: [EMAIL PROTECTED] > > > Subject: Couldn't find or load essential class > > > > > > Hello, > > > > > > When I try to run JMeter, I get the following error : > > > > > > "Couldn't find or load essential class `java/lang/Object' > > > java.lang.NoClassDefFoundError java/lang/Object" > > > > > > my JAVA_HOME var is set to the right directory, so what's wrong ? > > > > > > thanks, > > > Patrice > > > > > > -- > > > To unsubscribe, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > > > > -- > > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

