Install JDK and Eclipse for C/C ++ in Ubuntu 13.10 (solving global menu problems)

Source: Internet
Author: User

Install JDK and Eclipse for C/C ++ in Ubuntu 13.10 (to solve the global menu problem) JDK

Download jdk-7u45-linux-x64.tar.gz

Unzip the package without installation. You only need to set the environment variables. Take me as an example:

1. directory after decompression:/home/jiawen/Dev/jdk1.7.0 _ 45

2. Set global environment variables, that is, modify the file:/etc/profile and add

# Set Java
JAVA_HOME =/home/jiawen/Dev/jdk1.7.0 _ 45
PATH = $ JAVA_HOME/bin: $ PATH
CLASSPATH =.: $ JAVA_HOME/lib/dt. jar: $ JAVA_HOME/lib/tools. jar
Export JAVA_HOME
Export PATH
Export CLASSPATH

3. Restart or use commands to make the changes take effect.

Source/etc/profile

Download the 64-bit Linux kernel from Eclipse

[Desktop Entry]
Version = 1.0
Name = Eclipse
Exec = env UBUNTU_MENUPROXY =/home/jiawen/Dev/eclipse
Terminal = false
Icon =/home/jiawen/Dev/eclipse/icon. xpm
Type = Application
Categories = IDE; Development;

Copy a copy to/usr/share/applications/to start it in Dash.

Recommended reading:

CentOS installation and configuration JDK and Tomcat support jsp File Parsing

JDK 1.7 installation details (CentOS 6.4)

Configure JDK environment variables in Ubuntu 13.04

Install sun JDK7 on Ubuntu 12.04 LTS

Installation record of Virtual Machine JDK and tomcat

Install the JDK + Eclipse + Tomcat configuration environment in Ubuntu

For more information about how to install Ubuntu 13.10 on a hard drive in Windows 7, see

Ubuntu 13.10 download, installation, and configuration summary page

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.