1
It is a Warning that takes place in Deepin after the installation of java, I decided to put in the file /home/user/.profile
the following commands.
_SILENT_JAVA_OPTIONS="$_JAVA_OPTIONS"
unset _JAVA_OPTIONS
alias java='java "$_SILENT_JAVA_OPTIONS"'
Reload . profile with command source .profile