Forum Discussion
mkelderm
13 years agoOccasional Contributor
SOLVED ! maybe...
I was starting the LoadUI Java program from a different directory as the installation directory. So, change to the install directory soled this issue:
cd $LOADUI_HOME
<start java program>
Note: Make sure all path's in your LoadUI project is absolute.... LoadUI can handle relative paths, but this is only relative from the $LOADUI_HOME directory and not from you LoadUI project directory (bug??)
Marc
I was starting the LoadUI Java program from a different directory as the installation directory. So, change to the install directory soled this issue:
cd $LOADUI_HOME
<start java program>
Note: Make sure all path's in your LoadUI project is absolute.... LoadUI can handle relative paths, but this is only relative from the $LOADUI_HOME directory and not from you LoadUI project directory (bug??)
Marc