| Article Index |
|---|
| 1. Installing your License |
| 2. Installation problems |
1. Installing your License
Once you've downloaded the installer the installation is pretty strait forward. Start it by just double-clicking on it. After preparing the installation which takes only a few seconds you'll see the starting screen:

Just click Next to continue. You'll be asked to accept our license agreement

After accepting and clicking Next you'll be able to select the destination folder which by default is set to /Applications but can be changed.

Next step gives you opportunity to optionally include, as additional components, soapUI source files and Hermes installation.

In case of installing soapUI Pro JDBC drivers jars can be included as additional option (and of course no source is available).

After that a window appears where you'll be asked to select if desktop icon should be created and if jxbrowser should be disabled. Starting from version soapUI 3.6-beta2 JxBrowser is working on mac, but there is still a issue left with browser being always displayed on top if opened.

Finally, by clicking Next, the installation starts

If you have chosen to install Hermes the installation will be triggered next, with it's own info and license agreement



and choosing the destination





After couple of minutes most the installation should be finished and you should see the next screen:
Now you are ready to use it. Good luck!
2. Installation problems
If your installed SoapUI instance on a Mac is not responsive, try the following steps to resolve the issue:
- In soapui-settings.xml file add or update the following line:
<con:setting id="UISettings@disable-browser">true</con:setting> - If that doesn't work, start SoapUI Pro with the following parameter added to the command line:
-Dsoapui.jxbrowser.disable=true - Alternatively, you can navigate to SoapUI*.app and do "Show Package Info" ( from popup menu ).
Then you should see Contests directory. Open Info.plist file for editing where you can add:
<key>soaui.jxbrowser.disable</key>
<string>true</string>
Also if you want to change the look and feel of SoapUI or SoapUI Pro to look more like a Mac application, change the following settings:
- Go to File > Preferences > UI Settings tab
- Check "Use native look & feel"
- Restart SoapUI Pro



