forked from judasn/IntelliJ-IDEA-Tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Mac 系统下安装 IntelliJ IDEA | ||
|
||
## 系统要求 | ||
|
||
> * 系统支持:Mac OS X 10.5 以上 | ||
> * JDK 版本:Apple Java 6 或 Oracle Java 7 以上 | ||
> * 内存:最低要求 1 G,推荐 2 G 以上 | ||
> * 硬盘:最低要求 2 G | ||
> * 显示器:最低要求 1024 X 768 分辨率 | ||
> * 更多信息可以阅读:<https://www.jetbrains.com/idea/download/system_requirements.jsp?os=mac> | ||
## 重要说明 | ||
|
||
我这里以 Mac 系统为例进行讲解。但是,在学习下面内容之前请先看下章节:[Windows 下安装](windows-install.md) | ||
|
||
因为它们配置流程是基本一样的,只是系统不同,开始的步骤不太一样而已,因此相同部分我这里是不会再讲的,我只讲 IntelliJ IDEA 在 Mac 安装特殊的地方。 | ||
|
||
## Mac 下安装过程 | ||
|
||
![Mac 下安装过程](images/v-a-mac-install-1.jpg) | ||
> * 运行下载到 `ideaIU-14.1.4.dmg`,效果如上图所示。 | ||
> * 根据提示把左侧的 IntelliJ IDEA 图标拖动到右侧目录图 | ||
![Mac 下安装过程](images/v-a-mac-install-2.jpg) | ||
> * 拖动完成之后即可在 `应用程序` 中看到 IntelliJ IDEA 的启动图标,点击运行即可。 | ||
## Mac 修改运行 JDK 版本 | ||
|
||
![Mac 下安装过程](images/v-a-mac-install-3.jpg) | ||
> * 如果你的 Mac 安装有多个 JDK,你想使用高版本的 JDK 运行 IntelliJ IDEA 可以按如下方式进行修改: | ||
> * 在 `应用程序` 中找到 `IntelliJ IDEA.app` 然后对此进行 `右键 > 显示包内容 > Contents > Info.plist`,效果如上图所示。 | ||
> * 找到上图红圈标注的代码,修改 `JVMVersion` 的属性值,如果是 JDK 7,则改为 `1.7*`。如果是 JDK 8,则改为 `1.8*`。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters