调试JBoss源代码
我想获取 JBoss Application Server 5.1.0 源代码以在调试模式下进行查看。 在哪里以及如何找到 JBoss 的来源? (如果可能的话)。
如果有一个包含源代码的罐子就好了,但似乎不太容易找到......
I would like to obtain the JBoss Application Server 5.1.0 source code to go through it on Debugging mode.
Where and how can I find the sources of JBoss? (if possible).
A Jar with the sources would be nice, but it seems not to be easy to find...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从 http://sourceforge.net/projects/jboss/files/ 下载源代码JBoss/JBoss-5.1.0.GA/ 或者如果您使用 Maven,则可以使用
mvn dependency:sources
命令。Either download the source from http://sourceforge.net/projects/jboss/files/JBoss/JBoss-5.1.0.GA/ or if you use Maven, you can use the
mvn dependency:sources
command.