Forum Discussion

neal's avatar
neal
New Contributor
15 years ago

How do I change the System Properties

When SoapUI 3.6 starts up (in windows XP) it is creating a .JxBrowser folder within my profile i.e. C:\Documents and Settings\userid\.JxBrowser

This is taking my profile above the threshold set.

How do I edit the system properties to point to a different location on my harddrive (i.e. to c:\temp\.JxBrowser ) ?

Thanks
  • neal's avatar
    neal
    New Contributor
    I haven't had any response on this, but I have managed to find a work around.

    You can stop the .jxbrowser file being used buy editting the C:\Program Files\eviware\soapUI-3.6\bin\soapui.bat file.

    In there is a commented out line with the following command

    set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.jxbrowser.disable="true"

    If you uncomment it (remove the 'rem' at the beginning of the line) and then start soapUI using the soapui.bat file, rather than the soapui.exe file the .jxbrowser file won't be placed in your personal profile space on your harddrive.