Codeman quick installation and configuration Tutorial: install and configure the Java JDK environment in Windows

Source: Internet
Author: User

 

 
(1) Create or edit the system variable java_home and set or add the JDK installation path, for example:
 
C:/program files/Java/jdk1.5.0 _ 06
 
(2) create or edit the path of the system variable so that Java commands can be identified in any path, and set or add the JDK installation path, for example:
 
  % java_home %/bin; % java_home %/JRE/bin  
 (3) create or edit the system variable classpath, it is the path of the Java loaded class (class or Lib). Only the class in classpath can be identified by the Java command and set: 
  .; % java_home %/LIB; % java_ho Me %/lib/tools. jar (to add. indicates the current path)  
 (4) test whether the configuration is successful: 
 
  JAVA-version  
   
 Note: % java_h Ome % refers to the previously specified java_home. 

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.