I want to add the following parameters to JAVA_TOOL_OPTIONS. Can someone please help me how to add them?
set JAVA_TOOL_OPTIONS=-Djava.net.preferIPv4Stack=true -Dfile.encoding=UTF8
If I add as above, will it work?
I tried to install the above command, but I'm not sure if java selects these two options or not?
Expert help would be greatly appreciated.
source share