Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用BitCoin. 我从这里下载了一个 API 。
BitCoin
我希望得到一个.jar文件,但我下载的文件是.java文件。如何在 Eclipse 中使用这个 API?
.jar
.java
尝试将包含文件夹作为 Eclipse 中的项目导入...
*.java 文件包含需要编译的实际 java 代码
*.jar 是代码的编译版本
因此,当您在 Eclipse 中导入它时,请尝试运行它,然后在它工作后将其导出到 *.jar