Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows下Java开发环境的介绍 #1

Open
subaochen opened this issue Feb 28, 2017 · 1 comment
Open

Windows下Java开发环境的介绍 #1

subaochen opened this issue Feb 28, 2017 · 1 comment

Comments

@subaochen
Copy link
Owner

subaochen commented Feb 28, 2017

可以作为附录的一节来介绍。

通过课堂发现,在Windows下配置Java开发环境对于纯新手而言会遇到一些问题,主要是:

  • SDK中的JDK和JRE认知不清,经常把JRE作为JDK的安装路径。在Windows下面,安装JDK的最后一步是安装JRE,因此存在两个目录都有java这个命令,但是只有JDK/bin目录有javac。
  • 安装JDK后,如果在命令行执行javac,需要首先配置环境变量,这部分内容也需要介绍。
@subaochen
Copy link
Owner Author

Windows环境下命令行编译和执行Java应用程序的介绍,也可以放到这一部分。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant