JDK configuration tutorial in Linux and linuxjdk configuration tutorial
JDK configuration tutorial in Linux
Download JDK from linux
View the local linux version
Command: uname-a: The 64-bit system is displayed.
Download the appropriate jdk version download JDK address: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
After downloading the JDK to the desktop, upload the local file to the server.
Decompress the jdk command as follows:
(1) tar-zxv-f jdk-8u101-linux-x64.tar.gz
(2) mv jdk1.8.0 _ 101 javajdk
(3) cd javajdk
The installation is successful. The path is/usr/local/javaee/javajdk.
Configure Environment Variables
Enter the/etc/profile file under the superuser permission
Add the following red box to vi/etc/profile:
Execute the profile file
Source/etc/profile
Check the newly installed jdk
Java-version