> -----Ursprüngliche Nachricht-----
> Betreff: jmeter.bat startup error
> 
> folks, I searched the archives on this error but all
> suggestions didn''t work. Heeeelp!
> 
> Running v1.7 in w2k server...
> 
..............
> 
> D:\JMeter\jakarta-jmeter\bin>set
> LOCALCLASSPATH=C:\Program Files\Common Files\Me
> rcury Interactive\SharedFiles\JavaAddin\classes;
> 
> D:\JMeter\jakarta-jmeter\bin>for %i in
> ("..\lib\*.jar") do CALL ..\lcp.bat %i
> 
> D:\JMeter\jakarta-jmeter\bin>CALL ..\lcp.bat
> ..\lib\ant-1.4.1.jar
> Exception in thread "main"
> java.lang.NoClassDefFoundError: Files\Common
> 
--------------------------

It looks like LOCALCLASSPATH cannot handle Filepaths with spaces in it
("\Program Files\Common Files\" ).
Better avoid them!

Edgar

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to