Hi,
I am getting error message "Could not find or load mail class" while accessing the grinder console by below command :
java -cp "C:\Grinder\lib\grinder.jar" net.console.grinder
Content of startGrinderAgent:
set GRINDERPATH=C:\Grinder
set GRINDERPROPERTIES=C:\Grinder\grinder.properties
set CLASSPATH=%GRINDERPATH%\lib\grinder.jar;%CLASSPATH%
PATH=%JAVA_HOME%\bin;%PATH%
Content of setGrinderEnv
set GRINDERPATH=C:\Grinder
set GRINDERPROPERTIES=C:\Grinder\grinder.properties
set CLASSPATH=%GRINDERPATH%\lib\grinder.jar;%CLASSPATH%
PATH=%JAVA_HOME%\bin;%PATH%
Content of grinderconsole.cmv
call C:\Grinder\setGrinderEnv.cmd
java -cp "%CLASSPATH%" net.grinder.Console
Content of grinderagent.cmv
call C:\Grinder\setGrinderEnv.cmd
echo %CLASSPATH%
java -cp "%CLASSPATH%" net.grinder.Grinder %GRINDERPROPERTIES%
Could you please help.
Thanks