fverhoef
10 years agoOccasional Contributor
Soapui not starting on Ubuntu 15.04
I've got an issue with trying to get Soapui to work on Ubuntu 15.04. I've tried several installer versions (5.1.2, 5.1.3 and 5.2.0-beta) and also the tarred linux version 5.1.3. They all get the same...
- 10 years ago
Solved, by adding the following lines to bin/soapui.sh:
JAVA_TOOL_OPTIONS="" export JAVA_TOOL_OPTIONS
Not exactly sure as to why.