Permanently Fix Problem : Picked Up _JAVA_OPTIONS

Опубликовано: 27 Декабрь 2024
на канале: Best Linux
13,303
99

Cette Vidéo est pour un Objectif d’éducatif et elle va te montrer comment résoudre définitivement le problème de: Picked up _JAVA_OPTIONS. "Commands Lines Down Here Scroll Down to see them"

Commands Line :

##################################


nano /root/.bashrc


Scroll Down and COPY / PAST THIS 3 LINES Of COMMAND INTO YOUR .bashrc :
*************

_SILENT_JAVA_OPTIONS="$_JAVA_OPTIONS"
unset _JAVA_OPTIONS
alias java='java "$_SILENT_JAVA_OPTIONS"'

*************

CLOSE THE FILE AND SAVE IT BY USING:



Press:

CTRL+X
Confirm with:
Y
Hit ENTER to save and close the file .bashrc


##################################
Enjoy !! This Video is for Education Purpose and will show you how resolve Definitely the Java Problem: Picked up _JAVA_OPTIONS:...