Menu

#117 "Could not find or load mail class" error while accessing grinder console

3.12
open
nobody
None
1
2017-02-16
2017-02-16
Priyanka
No

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

Discussion


Log in to post a comment.

MongoDB Logo MongoDB