Forum Discussion
15 years ago
This happens if your profile is in a folder without write access.
Add this line to the end of soap.bat just before :START
set JAVA_OPTS=%JAVA_OPTS% -Duser.home="<path/to/writable/settings/folder>"
In this is:
<path/to/writable/settings/folder> = writable folder where you want soap profile to be stored
Add this line to check JAVA_OPTS:
echo "JAVA_OPTS = [%JAVA_OPTS%]"
Add this line to the end of soap.bat just before :START
set JAVA_OPTS=%JAVA_OPTS% -Duser.home="<path/to/writable/settings/folder>"
In this is:
<path/to/writable/settings/folder> = writable folder where you want soap profile to be stored
Add this line to check JAVA_OPTS:
echo "JAVA_OPTS = [%JAVA_OPTS%]"