Forum Discussion
andrewpmast
15 years agoContributor
SmartBear Support wrote: could you try adding the following java system propertys to the soapui-pro.sh file: -Dsun.java2d.noddraw=true -Dsoapui.jxbrowser.disable=true
I tried your advice with no success. I just figured out what it was. I did a diff on the 4.0.0 and 4.0.1. We cannot use the browser component with linux, right? I can see the dialog text, but I had to comment out the line to disable the browser component. If linux doesn't support it, shouldn't Smart Bear just comment out that line by default?
In summary:
In order to see my dialog text, I had to uncomment this line in the soapui-pro.sh file:
JAVA_OPTS="$JAVA_OPTS -Dsoapui.jxbrowser.disable=true"