How to install jdk, tomcat, and linuxjdktomcat in linux

Source: Internet
Author: User

How to install jdk, tomcat, and linuxjdktomcat in linux

Jdk: http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html#jdk-6u21-oth-JPR

 

I. Installation

Create the installation directory, create the installation path under/usr/java, and obtain the file to this path:

# Mkdir/usr/java

 

1. jdk-6u11-linux-i586.bin this is a self-extracting file, installed on linux as follows:

# Chmod 755 jdk-6u11-linux-i586.bin

#./Jdk-6u11-linux-i586.bin (note that this step must be in the directory where the jdk-6u11-linux-i586.bin is located)

 

Ii. Configuration
# Vi/etc/profile

Add the following content to it:

Export JAVA_HOME =/usr/java/jdk1.6.0 _ 27

Export JAVA_BIN =/usr/java/jdk1.6.0 _ 27/bin

Export PATH = $ PATH: $ JAVA_HOME/bin

Export CLASSPATH =.: $ JAVA_HOME/lib/dt. jar: $ JAVA_HOME/lib/tools. jar

Export JAVA_HOME JAVA_BIN PATH CLASSPATH

To make the/etc/profile file take effect immediately after modification, run the following command:

#./Etc/profile

 

Tomcat: http://tomcat.apache.org/download-70.cgi

 

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.