davidnewcomb
15 years agoOccasional Contributor
Documentation bug (and actual bug)
Documentation bug
------------------
On page:
http://www.loadui.org/Developers-Corner ... rview.html
At the bottom is directs you to run loadui-runner.bat
After it has built successfully there is no file called loadUI-runner.bat/.sh. There is a file called "loadUI-agent.bat/.sh" in the same location.
Bug Bug
--------
In the loadUI-agent.bat the line:
should read:
as there is no jre/bin/java folder in the current folder.
------------------
On page:
http://www.loadui.org/Developers-Corner ... rview.html
At the bottom is directs you to run loadui-runner.bat
For the Agent Navigate into the directory loadui-project/loadui-installer/target/runner and execute loadUI-runner.bat/.sh
After it has built successfully there is no file called loadUI-runner.bat/.sh. There is a file called "loadUI-agent.bat/.sh" in the same location.
Bug Bug
--------
In the loadUI-agent.bat the line:
set JAVA=jre/bin/java
should read:
JAVA=%JAVA_HOME%/jre/bin/java
as there is no jre/bin/java folder in the current folder.
