JDK IntelliJ IDE Installation

Source: Internet
Author: User

I. Installation environment and installation documentation preparation

1. Confirm PC System version: Cat/etc/issuse; This article uses Ubuntu 16.04

2. installation file: ideaic-2016.3.1.tar.gz; Jdk-8u111-linux-x64.tar.gz.

Two. Installation

1. Installing the JDK

Unzip the JDK into the/usr/local directory: Tar zxvf jdk-8u111-linux-x64.tar.gz-c to make the directory

To configure environment variables:

sudo vim/etc/environment; Open the/ect/environment file, then configure path, and add the classpath and java_home two environment variables

Source/etc/environment

The contents of the/etc/environment file are as follows:

    

Path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/ Usr/local/jdk1.8.0_111/bin"CLASSPATH="/usr/local/jdk1.8.0_111/lib  "java_home="/usr/local/jdk1.8.0_111/ "

Java-version can be used to test whether the Java environment is set up OK

2. Installing Idealic

Extract Ideaiic to/usr/local file: Tar zxvf ideaic-2016.3.1.tar.gz-c Directory

Refer to the Install-linux-tar.txt file under the software catalog, perform the ieal.sh installation under the software directory.

In order to run Idealic in a different directory, you can configure the software catalog/bin in the/etc/environment file, and then Source/etc/environment

Three. Disclaimer

The above for personal installation reference, the next basic use

  

    

      

  

JDK IntelliJ IDE Installation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.