Java环境变量配置

lemon发布

1.JAVA_HOME变量的设置

2.Path变量的设置

3.Classpath变量的设置 (java1.5版本之后可不需要设置classpath)

JDK准备

百度搜索JDK 或者打开此链接
https://www.oracle.com/technetwork/java/javase/downloads/index.html
下载合适版本的JDK 如下图所示
jdk下载页面

将下载好的JDK按照提示一步步安装
可在【开始】中搜索cmd,输入【java -version】测试是否安装成功
java 版本

JAVA_HOME变量设置

在【开始】中搜索cmd,输入【SystemPropertiesAdvanced】打开如下属性设置面板win10 属性设置面板
在下方的【系统变量】中,并不存在JAVA_HOME变量,那么我们需要点击【新建】

变量名输入:JAVA_HOME
变量值指的是实际的安装路径(比如小编的路径为:C:\Program Files\Java\jdk-10.0.1)
最后点击确定。
JAVA_HOM环境变量

Path变量设置

同样是在【系统变量中】我们可以看到path变量已经存在,
那么我们只需要点击【编辑】,进入path变量的编辑
分别新建俩条 %JAVA_HOME%\bin 和 %JAVA_HOME%\jre\bin  然后保存

CLASSPATH变量设置

同样在【系统变量】中,并不存在CLASSPATH变量 则【新建】
变量名:CLASSPATH
变量值:.;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar;(注意前面要有.;)
最后点击确定。

在【cmd】中输入【javac】测试是否配置成功

这样就配置完毕了。

分类: Java

6 条评论

Hatch Sandwich Bar · 2019年1月8日 上午3:51

Hi there! I’m at work browsing your blog from my new iphone 3gs!

Just wanted to say I love reading through your blog and
look forward to all your posts! Keep up the great work!

Benjamin Paul Christensen · 2019年1月12日 下午8:08

At this time it appears like BlogEngine is the best blogging platform available
right now. (from what I’ve read) Is that what
you’re using on your blog?

Launa · 2019年1月20日 下午8:12

WOW just what I was looking for. Came here by searching for restaurant

hickoryfoodfactory.com · 2019年1月28日 下午4:18

As the admin of this site is working, no hesitation very shortly it will be famous, due to its
feature contents.

发表回复

Avatar placeholder

您的邮箱地址不会被公开。 必填项已用 * 标注