Skip to content

Commit 92316d9

Browse files
authored
Update mac-install.md
1 parent 09492b8 commit 92316d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mac-install.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@
2828

2929
![Mac 下安装过程](images/v-a-mac-install-3.jpg)
3030

31-
- 目前的最新 IntelliJ IDEA 版本已经默认都是使用它自己带的 JDK 环境,所以这个已经不需要再设置了。
31+
- **目前的最新 IntelliJ IDEA 版本已经默认都是使用它自己带的 JDK 环境,所以这个已经不需要再设置了。**
32+
3233
> * 如果你的 Mac 安装有多个 JDK,你想使用高版本的 JDK 运行 IntelliJ IDEA 可以按如下方式进行修改:
3334
> *`应用程序` 中找到 `IntelliJ IDEA.app` 然后对此进行 `右键 > 显示包内容 > Contents > Info.plist`,效果如上图所示。
3435
> * 找到上图红圈标注的代码,修改 `JVMVersion` 的属性值,如果是 JDK 7,则改为 `1.7*`。如果是 JDK 8,则改为 `1.8*`
3536
3637
## Mac 下启动 Tomcat 报 Permission denied
3738

3839
- 这个表示你对你的 Tomcat 目录是没有足够权限的,简单粗暴的方式是你可以把你整个 Tomcat 的 bin 目录都改为 777 的权限
39-
 - 打开终端,进入 Tomcat\bin 目录,然后执行: `chmod 777 *.sh`
40+
- 打开终端,进入 Tomcat\bin 目录,然后执行: `chmod 777 *.sh`

0 commit comments

Comments
 (0)