Java installation in linux and javalinux Installation

Source: Internet
Author: User

Java installation in linux and javalinux Installation

Installation environment: CentOS release 6.3 (Final) about 64bit cpu

1, http://www.oracle.com to download the latest version of javase jdk Environment

For example, I downloaded: jdk-8u73-linux-x64.tar.gz

2. Upload to/usr/java

3, tar-xzvf jdk-8u73-linux-x64.tar.gz

4. Open the/etc/profile file and write it at the end of the file.

Export JAVA_HOME =/usr/java/jdk1.8.0 _ 73
Export PATH = $ JAVA_HOME/bin: $ PATH
Export CLASSPATH =.: $ JAVA_HOME/lib/dt. jar: $ JAVA_HOME/lib/tools. jar

5, source/etc/profile

6. the java-version can be tested and published.

7. Test the java program and create a new HelloWorld. java file with the following content:

Public class HelloWorld {

Public static void main (String args []) {
System. out. println ("232321321 ");
}
}

8. javac HelloWorld. java

 9, java HelloWorld

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.