Forum Discussion
nmrao
12 years agoCommunity Hero
Yes, few days back it was posted (viewtopic.php?f=13&t=19518) about soapui.bat regarding the same.
Thank you for pointing this as well. In fact, all the batch files are done in this way, it seems.
An additional change would be needed in CLASSPATH to the code snippet added in the post (if some one uses the suggested change, assuming soapui-4.5.2 is being used).
original
change
Thank you for pointing this as well. In fact, all the batch files are done in this way, it seems.
An additional change would be needed in CLASSPATH to the code snippet added in the post (if some one uses the suggested change, assuming soapui-4.5.2 is being used).
original
set CLASSPATH=%SOAPUI_HOME%soapui-4.5.2.jar;%SOAPUI_HOME%..\lib\*;
change
set CLASSPATH=%SOAPUI_HOME%\bin\soapui-4.5.2.jar;%SOAPUI_HOME%\lib\*;