Configuring Linux environments with Yum in Linux

Source: Internet
Author: User

1. Find Java-related lists

[Email protected] ~]$ yum-y list java*


2. Installation of the relevant

Yum Install java-1.6.0-openjdk*

Note that you must say/dev/cdrom mount to/mnt/cdrom (here I configured the Yum source of my disk here in/etc/yum.repos.d/cd.repo, so I have to attach the disc, of course, must)


Click here to connect, and note that the image file must be used!!! I'm using the wrong one. The Yum installation is not always possible.

After being mounted, there will be the following files under/mnt/cdrom!



3. Confirm that the installation is successful
[Email protected] ~]$ java-version


4. Modify the/etc/profile file, note here I am debugging play, once modified here all users have the Java compiler permissions!


5. Use Source/etc/profile to load this configuration file!


6. Arbitrarily make a program,

Javac Test.java

Java Test

The output indicates that the environment configuration is complete!

Configuring Linux environments with Yum in Linux

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.