Picked up JAVA_TOOL_OPTIONS:
Picked up _JAVA_OPTIONS:
These lines appear before any java program execution, if the environment variables with these names were set. Remove it to supporess these ugly lines.
Windows:
set JAVA_TOOL_OPTIONS=
Linux
bash (default for Ubuntu, Debian, Redhat, CentOS, etc.)
unset JAVA_TOOL_OPTIONS
Thanks buddy
ReplyDeleteYou're welcome.
DeleteWhat if you want to use JAVA_TOOL_OPTIONS but don't want to see the ugly message
ReplyDelete