Hi aducatee,
ABOUT
======
This video is covering installation process of Java JDK on Linux operating system. Java is a programming language and computing platform first released by Sun Microsystems in 1995. There are lots of applications and websites that will not work unless you have Java installed, and more are created every day. Java is fast, secure, and reliable. From laptops to datacenters, game consoles to scientific supercomputers, cell phones to the Internet, Java is everywhere! Read more at: https://www.java.com/en/download/help... .
JAVA HELP YOUTUBE PLAYLIST
==========================
• JAVA
TIME STAMPS
============
00:00 - Introduction
00:20 - Channel Intro
00:35 - Download java ( https://www.oracle.com/in/java/techno... )
01:57 - Start installation
02:39 - Install package
03:23 - Setup "java" and "javac" commands
05:57 - Add JAVA_HOME to environment variable paths
08:21 - Binding up!
COMMANDS USED IN VIDEO
========================
1. Install package
$ sudo dpkg -i jdk-16.0.2_linux-x64_bin.deb
2. Setup "java" command
$ sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jdk-16.0.2/bin/java 1
3. Setup "javac" command
$ sudo update-alternatives --install /usr/bin/javac javac /usr/lib/jvm/jdk-16.0.2/bin/javac 1
4. Check Java version
$ java --version
5. Check Javac version
$ javac --version
6. Edit environment file
$ sudo vim /etc/environment
7. Refresh environment file
$ source /etc/environment
8. Print JAVA_HOME path
$ echo $JAVA_HOME
CREDITS
========
Brought to you by : ADUCATORS
Trainer Name : ADITYA JAIN
WEBSITE (official)
===============
http://www.aducators.in
JOIN TELEGRAM CHANNEL
=======================
https://t.me/aducators_in
SOCIAL HANDLES OF ADUCATORS
============================
Reddit:
/ aducators
LinkedIn:
/ aducators
LinkedIn Page:
/ aducators
Facebook Page
/ aducators.in
Instagram
/ aducators
Twitter
/ aducators_in
Tumblr
https://www.tumblr.com/blog/aducator
SOCIAL HANDLES OF ADITYA JAIN
==============================
LinkedIn
/ aditya-jain-865947182
SETUP
======
Camera : No
Backdrop : No
Operating System : Ubuntu 20.04 (LTS)
Laptop : Lenovo ideapad 320 (i5-7)
Microphone : BOYA-M1
Screen Recording : Kazam
Editing : Shotcut
TAGS
=====
#java #javac #java_home #install #on #linux #ubuntu
#aducators