Ubuntu Install Eclipse

Source: Internet
Author: User
Tags gz file

Ubuntu installation jdk:[link]
Ubuntu installation eclipse:[link]
Install MySQL with MySQL workbench:[link under Ubuntu]
Ubuntu configuration tomcat9:[link]

1. Install the JDK first, see links for details
2. Download the eclipse.tar.gz installation package (download website)
3. Copy the downloaded installation package to the/usr directory

sudo cp eclipse.tar.gz/usr/

4. Unzip the tar.gz file

sudo tar-zxvf eclipse.tar.gz

5. Double-click to open Eclipse, this time the eclipse prompt cannot find the JDK, workaround:
(1) Create the JRE folder under the Eclipse folder:

sudo mkdir JRE

(2) Execute the following command to link the JDK to our installed directory:

sudo ln-s/usr/java/jdk1.8.0_121/bin bin

sudo ln-s
/usr/java/jdk1.8.0_121/bin--This is the specific directory where the JDK is installed.
Bin

This is a very important command in Linux. Its function is to create a synchronized link to a file or directory in another location, similar to a hyperlink under Windows.

The most common parameter for this command is-s, which is used as follows:
sudo ln-s source file destination file

Ubuntu Install Eclipse

Related Article

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.