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.
可能重复: 如何使用 .jar 文件中的类?
我正在尝试从这里使用这个外部 jar
我已将 jar 文件添加到我的“引用库”中,但如何使用它?
从 Eclipse 菜单(在 Eclipse 顶部看到)>>单击项目>>属性>>
将打开一个对话框。查看左侧并选择:Java Build Path
从那里:在选项卡中选择:库选项卡
单击右侧的添加 JAR 按钮。
找到文件的路径。
单击 .jar 文件(您要添加的 jar 文件)单击确定。
完毕!:)