I enrolled a free course at https://courses.edx.org with the title "Fundamentals of Java EE Development". It's really great I hope it will help me refresh my memory in Java.
first I followed the guide to install the necessary tools for this course.
https://prod-edxapp.edx-cdn.org/assets/courseware/v1/f9292ed1b6d208828257761a04df54e9/asset-v1:RedHat+JB083x+3T2018+type@asset+block/JB083x_SG_Updated.pdf
Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts
Tuesday, March 26, 2019
Saturday, September 22, 2018
Install oracle java jdk 8 in ubuntu
sudo apt-get -y install software-properties-common
sudo add-apt-repository -y ppa:webupd8team/java
sudo bash -c "echo deb http://http.debian.net/debian jessie-backports main >> /etc/apt/sources.list"
sudo bash -c "echo deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main >> /etc/apt/sources.list.d/webupd8team-java.list"
sudo bash -c "echo deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main >> /etc/apt/sources.list.d/webupd8team-java.list"
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886
sudo apt-get update
sudo apt-get -y upgrade
echo debconf shared/accepted-oracle-license-v1-1 select true | sudo debconf-set-selections
echo debconf shared/accepted-oracle-license-v1-1 seen true | sudo debconf-set-selections
sudo apt-get -y install oracle-java8-installer oracle-java8-set-default
https://stackoverflow.com/questions/48356434/install-java-8-jdk-1-8-using-vagrant-up-not-working-on-debian
update: 23/9/2018
this is more clearer
https://thishosting.rocks/install-java-ubuntu/
Subscribe to:
Posts (Atom)
free online comma separating tool
https://delim.co/#
-
In my current company, I'm using Visual Paradigm for my documentation task. If you go there site, you can either download community and ...
-
I spend many days to figure it out my problem in Vagrant. After I posted my question in stackoverflow, nobody is helping me instead they dow...
-
I used KeePass long time ago and until now I'm still using it. It's a great tool to save your password encrypted. At my home, I sa...