java环境变量javadoc_java如何配置环境变量(Java how to configure environment variables).doc...

java如何配置环境变量(Java how to configure environment variables)

java如何配置环境变量(Java how to configure environment variables)

Java how to configure environment variables

The environment variables used by JAVA under Windows are mainly 3, JAVA_HOME, CLASSPATH, PATH. Here are one by one analysis.

JAVA_HOME points to the installation path for JDK, such as x:\JDK_1.4.2, and under this path you should be able to find directories such as bin, lib, and so on. It is worth mentioning that the JDK installation path can choose any disk directory, but I suggest you put the directory hierarchy shallow point, if you put in the directory is very deep, such as x:\XXXXXX\xxxxx\XXXX\xxxx\XXXX\xxxx\XXXX\xxx......

Well, the following steps and future applications will involve you, huh?. Setting method:

JAVA_HOME=x:\JDK_1.4.2

The PATH environment variable is in the original Windows, and you simply modify it so that he points to the JDK directory of bin so that you do not need to type a larger path when you compile and execute the program under the console. The setting method is to retain the original content of PATH and%JAVA_HOME%\bin in the plus (note, if you do not know, for DOS batch you might not understand% quoted what is the meaning of the content; but in fact there is a good reference step set the environment variable JAVA_HOME, you can also write to x:\JDK_1.4.2; you you can open a console window, enter the echo%JAVA_HOME% to see your results set):

PATH=%JAVA_HOME%\bin;%PATH%

Similarly,%PATH% refers to the PATH environment variable you previously set, and you copy the previous values.

CLASSPATH environment variables I put in the back, because you appear after the inexplicable strange problems, more than 80% may be due to the wrong CLASSPATH settings caused, so be doubly careful.

CLASSPATH=.;%JAVA_HOME%\lib\tools.jar

The first thing to note is the front. ";" if you can't see, I give you one -- a semicolon. This is told the JDK search CLASS first search the current directory of the CLASS file: why do this, this is due to the security mechanism of L

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值