hectorqin / hectorqin/reader

发一下windows Java安装教程

Open
#453 0 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
No language data
Stars
11k
Forks
5.5k
PR merge metrics
No merged PRs in 30d

Description

我是小白,之前没接触过需要安装Java的项目,因为安装成功,分享我的步骤。

1、下载 Java 8 安装包。可以从 Oracle 官网 https://www.java.com/download/ie_manual.jsp 下载。

2、安装 Java 8。安装过程非常简单,只需要按照屏幕上的提示操作即可。

3、配置 Java 环境变量。在 Windows 系统中,可以通过以下步骤来配置 Java 环境变量:

打开控制面板,然后单击“系统”。
在“系统”窗口中,单击“高级系统设置”。
在“高级”选项卡中,单击“环境变量”。
在“系统变量”列表中,单击“新建”。
在“变量名”框中键入“JAVA_HOME”,在“变量值”框中键入 Java 安装目录的路径。例如,如果 Java 安装目录为 C:\Program Files\Java\jdk1.8.0_271,则变量值为 C:\Program Files\Java\jdk1.8.0_271。
单击“确定”。
在“系统变量”列表中,单击“Path”。
在“变量值”框的末尾添加 %JAVA_HOME%\bin。
单击“确定”。
验证 Java 环境是否安装成功。在命令提示符中输入以下命令:

java -version
如果显示 Java 版本信息,则表示 Java 环境安装成功。

需要特别注意的是,在Reader设置,Java路径应当具体到exe文件。列如X:\Java\bin\java.exe

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No target file, documentation section, or test is identified in the issue. First locate where installation guidance for Reader belongs, then check whether the Windows Java 8 steps and the java.exe path note can be added there; done means the guide is present and understandable.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.