Windows X64 Platform builds Java development environment

Source: Internet
Author: User
Tags windows x64

Download path: www.oracle.com/technetwork/java/javase/downloads/index.html

Download jdk (Java Develop Kit)

(1) for individual developers, to develop desktop and server-side Java applications need to download the "Java SE" SDK

(2) For developers of Enterprise Java Application Development program, please download "java EE" SDK

Installing the JDK

->cmd command->java-version after installation is complete

Java Configuration Environment variables

(1) Open the System Environment variable Settings window

Action: My Computer Right-click Properties, advanced system settings, environment variable settings

(2) New system environment variable "java_home" value for JDK installation directory

Example: Java_home:c:\program files\java\jdk1.8.0_25

(3) New system environment variable Classpath

Classpath:./;%java_home%/lib/tools.jar;%java_home%/lib/dt.jar (Note: The dot number indicates the current directory, cannot be omitted)

(4) Update the system environment variable "Path"

Operation: Will ";%java_home%/bin; (Note: The semicolon here cannot be omitted), added to the front of the path and saved

Windows X64 Platform builds Java development environment

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.