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.
我想在 Eclipse RCP 应用程序中使用 Netty。下载最新的 jar后,我已将其添加到插件的依赖项中,但它提供的包在编辑器中没有解析。它在包资源管理器的“插件依赖项”下可见,所有其他依赖项(工作正常)也是如此。我怎样才能解决这个问题?
从 netty 导入类时会出现什么编译错误?您是如何从 netty jar 文件创建插件项目的?您是否使用了“现有 JAR 档案中的插件”向导?你想使用的netty的包是在netty的插件项目的manifest中导出的吗?