Skip to content

Commit

Permalink
Update ant project creation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
William-Shi233 committed Oct 20, 2023
1 parent 9a4c576 commit 61130d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/Volume1/EX-0-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@

新窗口要求你输入项目的名字,这里我暂且命名为 `RarityPlugins`,同时你还可以为项目选择一个合适的存储位置。单击「Finish」完成。

::: tip <img src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1028 1024' transform='scale(0.6)' fill='%23fff'%3E%3Cpath d='M1018.319924 112.117535q4.093748 9.210934 6.652341 21.492179t2.558593 25.585928-5.117186 26.609365-16.374994 25.585928q-12.281245 12.281245-22.003898 21.492179t-16.886712 16.374994q-8.187497 8.187497-15.351557 14.32812l-191.382739-191.382739q12.281245-11.257808 29.167958-27.121083t28.144521-25.074209q14.32812-11.257808 29.679676-15.863275t30.191395-4.093748 28.656239 4.605467 24.050772 9.210934q21.492179 11.257808 47.589826 39.402329t40.425766 58.847634zM221.062416 611.554845q6.140623-6.140623 28.656239-29.167958t56.289041-56.80076l74.710909-74.710909 82.898406-82.898406 220.038979-220.038979 191.382739 192.406177-220.038979 220.038979-81.874969 82.898406q-40.937484 39.914047-73.687472 73.175753t-54.242167 54.753885-25.585928 24.562491q-10.234371 9.210934-23.539054 19.445305t-27.632802 16.374994q-14.32812 7.16406-41.960921 17.398431t-57.824197 19.957024-57.312478 16.886712-40.425766 9.210934q-27.632802 3.070311-36.843736-8.187497t-5.117186-37.867173q2.046874-14.32812 9.722653-41.449203t16.374994-56.289041 16.886712-53.730448 13.304682-33.773425q6.140623-14.32812 13.816401-26.097646t22.003898-26.097646z'/%3E%3C/svg%3E" style="background-color:#057E3D; clip-path: circle();" width="24px" height="24px"> **编者注**
新版本 IntelliJ Idea 界面有改动,没有「Next」按钮。在「Name」框中输入项目名字以后,「Language」选择 Java,「Build System」选择 IntelliJ,点击右下角「Create」按钮即可。

这样创建的项目,称为 Ant 项目。与 Ant 并列的,还有 Maven 和 Gradle。三者都是依赖管理工具。对于初学者而言,Ant 用起来最简单。IntelliJ Idea 为这套依赖管理系统设计了图形化界面,只要动动鼠标就可以完成依赖管理了,所以 Idea 就把 Ant 的名字改成了 IntelliJ。在你学会 Ant 的用法以后,本教程还会介绍 Maven 的使用方法。这就是后话了。
:::

### 添加依赖

上一节准备好的 Jar 文件还在吧?那就好。
Expand Down

0 comments on commit 61130d3

Please sign in to comment.