如何让Eclipse在jar中查看Scala源代码?

浏览二进制
scala jar依赖项时,我收到以下
Eclipse错误:

Source not found

The source attachment does not contain the source for the file Http.class
You can change the source attachment by clicking Change Attached Source below

源附件是一个包含.scala源文件的jar文件,单击该按钮并重新导航到jar不会执行任何操作.有没有办法让它发挥作用?

顺便说一下,这是使用SBT eclipse插件带来的依赖,使用withSources()依赖

最佳答案 您应该确保将您的包结构与您在java中所需的目录结构相匹配.

点赞