Horje
set java_home permanently ubuntu Code Example
set java_home permanently ubuntu
sudo gedit /etc/profile
#add following lines

JAVA_HOME=/usr/lib/jvm/{your jdk path}
PATH=$PATH:$HOME/bin:$JAVA_HOME/bin
export JAVA_HOME
export JRE_HOME
export PATH
#logout to update the changes




Shell

Related
centos install copmposer Code Example centos install copmposer Code Example
git set upstream remote branch Code Example git set upstream remote branch Code Example
install pandas Code Example install pandas Code Example
? For which GitHub repository would you like to set up a GitHub workflow? (format: user/repository) Code Example ? For which GitHub repository would you like to set up a GitHub workflow? (format: user/repository) Code Example
remove folder from commit Code Example remove folder from commit Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11