Thursday, December 12, 2019

IntelliJ IDEA + JPBC 設置

使用 IntelliJ IDEA IDE 設置編譯 JPBC 方法

1. 開完新 Project 後,將 jpbc-2.0.0/jars 的內容放進 project/lib 中
2. 在 IntelliJ 的界面的 Toolbar 中,按 File
3. 按 Project Structure ( Ctrl+Shift+Alt+S / ⌘+; )
4. 按 Modules
5. 在 Dependencies 的 Tab 中,按下 + → JARs or directories
6. 選取 project/lib 整個資料夾
7. OK 並再次 Build Project。

成功截圖:
---

參考:
https://stackoverflow.com/questions/1051640/correct-way-to-add-external-jars-lib-jar-to-an-intellij-idea-project

No comments:

Post a Comment