Ok. I stand corrected.
I looked i my rt.jar and you where right it is there.

The thing is that I don't have rt.jar in my CLASSPATH and I don't have any 
trouble to compile or run JMeter.

All I include i tools.jar, thats it.

I did a test to unset CLASSPATH and tried again and still no problem.

/Henrik




--On Tuesday, April 02, 2002 09:04:08 -0800 Andy Barnett 
<[EMAIL PROTECTED]> wrote:

> Henrik,
>
> Since you asked to be corrected, Patrice's original error was
> "NoClassDefFoundError java/lang/Object". In my Sun JRE 1.3.1_02 for
> Windows installation, the java.lang.Object class is located in the
> rt.jar file. So you do need the rt.jar included somehow/somewhere.
>
> As for actually helpful information, I have none. I don't understand
> how a JVM can get to the point of displaying a NoClassDefFoundError
> message when it can't even find java.lang.Object to start with.
>
> ~Andy
>
> --- Henrik Ridder <[EMAIL PROTECTED]> wrote:
>>
>> I don't think (correct me if I'm wrong) that you need rt.jar.
>> But you do need tools.jar located i JAVA_HOME/lib
>>
>> Do you have this in you build.sh:
>> if test -f $JAVA_HOME/lib/tools.jar ; then
>>     CLASSPATH=$CLASSPATH:${JAVA_HOME}/lib/tools.jar
>> fi
>>
>> And what shell are you using?
>> /Henrik
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Tax Center - online filing with TurboTax
> http://http://taxes.yahoo.com/
>
> --
> 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]>

Reply via email to