Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to configure the environment of JDK

2025-04-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces the relevant knowledge of how to configure the environment of JDK, the content is detailed and easy to understand, the operation is simple and fast, and has a certain reference value. I believe you will gain something after reading this article on how to configure the environment of JDK. Let's take a look at it.

Windows configuration:

1. My computer-- > Properties-- > Advanced system Settings-- > Environment variables

two。 Operate under the system variable:

(1) create a new-> variable name: JAVA_HOME

Variable value: (installation path of JDK) default path: C:\ Program Files\ Java\ jdk1.8.0_192

(2) create a new-> variable name: CLASSPATH

Variable value:.;% JAVA_HOME%\ lib\ dt.jar;%JAVA_HOME%\ lib\ tools.jar

(3) Edit variable Path-- > New:% JAVA_HOME%\ bin

3. Determine whether the configuration is successful:

(1) cmd-> java

(2) cmd-> java-version

(3) cmd-> javac

Summary of knowledge points:

1. Environment configuration configuration:

Path: the system looks from the front to the front, first to the front.

The purpose of CLASSPATH capitalization: to distinguish on Linux systems.

The purpose of JAVA_HOME setting: to provide to third parties to reduce redundancy and improve maintainability of the program. (shown in: repeatedly adding jdk paths (redundancy), software modifying paths (maintainability)

2. Cmd:

Output JAVA_HOME value: echo% JAVA_HOME%

Path has spaces and quotation marks: for example: cd C:\ "Program Files"\ Java

This is the end of the article on "how to configure the environment of JDK". Thank you for reading! I believe you all have a certain understanding of the knowledge of "how to configure the environment of JDK". If you want to learn more, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report