Introduction
This post describes how to install soapUI on Ubuntu 11.10 and solve potential issues with installation.
Installation
- Download linux version (soapui-4.0.1-linux-bin.zip file) of soapUI 4.0.1
- Unpack it to desired location
- Add execute permission to
bin/soapui.sh
file: chmod +x bin/soapui.sh
- Run soapUI
./soapui.sh
Troubleshooting
If you get following exception after running and your application closes:
add -Dsoapui.jxbrowser.disable=true
flag when executing soapUI.
In order to do so edit soapui.sh
file and add the following line:
Enjoy soapUI running.