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.
我一直在我的 Maven 项目中使用 Ebay SDK,但遇到了一个问题,现在我需要在我的项目中包含 Ebay SDK 源,以便我可以看到库中发生了什么。我已将源库作为 Maven 依赖项包含在内,但在调试时我仍然无法进入库。
有人对我能做什么有任何想法吗?
爱
在 Netbeans 中,在 Projects 窗口中,您的项目/依赖项节点,右键单击所需的库节点;你有“下载来源”的选择。去做。
您可以在调试期间查看这些来源并进入。