Forum Discussion

lyallp's avatar
lyallp
New Contributor
16 years ago

Does soapui-3.5.linux-bin.zip actually work? [It does now, after slight change]

I have installed this into /usr/local in an Intel Gentoo using Sun JDK 1.6.0_17-b04

I execute it by using 'bash /usr/local/soapui-3.5/bin/soapui.sh', as the soapui.sh is not executable, by default.

It displays the window but does not respond to any mouse events, keyboard events nor window resizes.

I have to terminate it using ctrl-c in the xterm window that I used to start it.

...Lyall

2 Replies

  • Hi!

    hmm.. can you please try adding -Dsoapui.jxbrowser.disable=true to the java options in the soapui.sh file?

    regards!

    /Ole
    eviware.com
  • lyallp's avatar
    lyallp
    New Contributor
    Fixed.

    JAVA_OPTS="$JAVA_OPTS -Dsoapui.jxbrowser.disable=true"

    The line you requested was commented out in the soapui.sh file.

    Thanks for the prompt reply :-)