Posts

Showing posts from September, 2020

SOLVING JAVA_OPTIONS PROBLEM

Open ~/.bashrc file and paste the following commands: _SILENT_JAVA_OPTIONS="$_JAVA_OPTIONS" unset _JAVA_OPTIONS alias java='java "$_SILENT_JAVA_OPTIONS"' After type the command: sudo bash (to gain root access) source ~/.bashrc