Java:编辑并重新编译.jar?
我下载了 JGraphT,我想对核心文件进行一些更改。我正在使用 Eclipse。它需要 .jar 或 .zip 将源文件附加到 .class 文件。我有 .java 文件,但我不确定我应该做什么。我要编辑它,然后重新编译 jar 吗?
I downloaded JGraphT, and I want to make some changes to the core files. I'm using Eclipse. It wants a .jar or .zip to attach source files to the .class file. I have the .java file, but I'm not sure what I should do. Do I edit it, then recompile the jar?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我将首先转到 JGraphT 的 Sourceforge Developer 选项卡,并按照查看最新源代码的说明进行操作:
然后从源代码在 Eclipse 中创建一个项目,并阅读有关如何构建和部署的自述文件。
I would start by going to the Sourceforge Developer tab for JGraphT, and follow the instructions on checking out the latest source code :
Then create a project in Eclipse from the sources, and read through the README on how to build and deploy.