File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
14
14
![ IntelliJ IDEA 编译触发按钮] ( images/xiii-a-make-introduce-1.jpg )
15
15
16
- > * 如上图标注 1 所示,Compile 的操作有:` Compile ` 指定类
17
- > * 如上图标注 1 所示,Rebuild 的操作有:` Rebuild Project `
16
+ > * 如上图标注 2 所示,Compile 的操作有:` Compile ` 指定类
17
+ > * 如上图标注 3 所示,Rebuild 的操作有:` Rebuild Project `
18
18
> * 如上图标注 1 所示,Make 的操作有:` Make Project ` 、` Make Module `
19
19
20
20
## 运行之前的编译
44
44
45
45
> * 如上图动态 Gif 所示,IntelliJ IDEA 支持常见的几种编译器:` Javac ` 、` Eclipse ` 、` Ajc ` 等。默认是 ` Javac ` ,也推荐使用 ` Javac ` 。
46
46
> * ` Project bytecode version ` 针对项目字节码编译版本,一般选择的是当前项目主 JDK 的版本。
47
- > * ` Per-module bytecode version ` 可以针对 ` Project ` 下各个 ` Module ` 的特殊需求单独设置不同的 ` bytecode version ` ,前提是电脑上必须有安装对应的 JDK 版本。
47
+ > * ` Per-module bytecode version ` 可以针对 ` Project ` 下各个 ` Module ` 的特殊需求单独设置不同的 ` bytecode version ` ,前提是电脑上必须有安装对应的 JDK 版本。
You can’t perform that action at this time.
0 commit comments