From 278274c0bfd270b2081d7f4968e0ea7447afce62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AF=9B=E6=AF=9B?= Date: Thu, 14 May 2020 10:03:54 +0800 Subject: [PATCH] =?UTF-8?q?update=20cn/get=5Fstart.md.=20=E6=9C=89?= =?UTF-8?q?=E5=85=B3=E6=96=87=E6=A1=A3=E4=B8=ADjava=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E7=9A=84=E6=8F=8F=E6=9C=AF=E6=9C=89=E5=8F=AF=E8=83=BD=E9=81=87?= =?UTF-8?q?=E5=88=B0=20=E9=97=AE=E9=A2=98=20=EF=BC=9A=20https://github.com?= =?UTF-8?q?/actframework/actframework/issues/1334?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新文档描述 --- cn/get_start.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/cn/get_start.md b/cn/get_start.md index 944e692..3a425df 100644 --- a/cn/get_start.md +++ b/cn/get_start.md @@ -8,6 +8,14 @@ 1. Maven (Project Management Tool), version 3.5或以上 (目前仅支持JDK1.7,JDK1.8) + + +> maven选择 java版本有时并非是 你设定的版本。 +> 是请打开 日志调试模式 +> 查看 mvn complie act:run -X +> 这里看到的java 版本才是真正运行时使用的版本 + + ### 1.1 安装JDK 从[Java官网](http://www.oracle.com/technetwork/java/javase/downloads/index.html)下载JDK并安装. @@ -115,11 +123,11 @@ base dir: /tmp/1/helloworld 选择`File/Open...` 并导航到生成的项目目录: -![image](https://user-images.githubusercontent.com/216930/38247063-4b1967d6-3787-11e8-9257-d5971ea86acf.png) +![image](https://images.gitee.com/uploads/images/2020/0514/095616_3edd2cf2_1718252.png) 点击 Okay 之后打开项目: -![image](https://user-images.githubusercontent.com/216930/38247205-b2e735b4-3787-11e8-8cd3-a47f30713a1f.png) +![image](https://images.gitee.com/uploads/images/2020/0514/095648_6595279f_1718252.png) ## 4. 理解 AppEntry 类 -- Gitee