我正在做这个Netbeans教程,我被困在这部分。(https://platform.netbeans.org/tutorials/nbm-feedreader.html#three)
以下是我实现的类的代码:
;; Local Variables:
;; byte-compile-warnings: (not mapcar)
;; End:
我是Java的菜鸟,所以我不知道我做错了什么。 你能救我吗?
答案 0 :(得分:1)
在导入中添加'NbBundle':
Iterable
这对我有用。您可能需要将“Base Utilities API”添加为FeedReader模块的依赖项。 (项目属性,库,模块依赖项,添加依赖项; 教程中显然存在一个错误,因为此解决方案依赖于已弃用的导入,但它应该立即运行。