Skip to content

miccar/javasetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Install Java on Ubuntu

Set up Java environment on Ubuntu

How To

Download from Oracle site the .tar file form Oracle site

Choose the path where you want untar the file. For example /home

# Clone this repository
git clone https://github.com/miccar/javasetup

# Go into the repository
cd javasetup

#allow execution permission
chmod +x setupjava.sh

#execute the script passing as argument the absolute path of java bin folder  
./setupjava.sh /home/jdk1.8.0_***/bin 

About

Set up Java(JDK) on Ubuntu Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages