Install the enhanced tool on centos 6.5 virtual box

Source: Internet
Author: User
Centos 6.5 install the enhanced tool on virtual box: 
Appears:
Centos unable to find the source of your current Linux Kernel
Is it too late to contribute to this thread? I found that gcc and kernel-devel was not included with the generic desktop install so also needed to do
 
Usage:
yum install -y gcc kernel-devel

If the problem persists, run the following command:
    yum update 
Update the software package,Then restart the instance to perform the operation..
After running the updates and rebooting. After the installation is complete, run the reboot command to restart.

The installed centos comes with openjdk and uses the Java-version command. The following information is displayed:

Java version "1.6.0"
Openjdk Runtime Environment (build 1.6.0-b09)
Openjdk 64-bit server VM (build 1.6.0-b09, mixed mode)

It is best to uninstall openjdk first and install the JDK of sun.

Check rpm-Qa | grep Java first

The following information is displayed:

Java-1.4.2-gcj-compat-1.4.2.0-40jpp.115
Java-1.6.0-openjdk-1.6.0.0-1.7.b09.el5

Uninstall:

Rpm-e -- nodeps java-1.4.2-gcj-compat-1.4.2.0-40jpp.115
Rpm-e -- nodeps java-1.6.0-openjdk-1.6.0.0-1.7.b09.el5

 

Install the enhanced tool on centos 6.5 virtual box

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.