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.
我想在 java 中使用 weka。
我下载并安装了 weka,还下载了 api weka-oneclass.jar。我正在使用 netbeans IDE,因此添加了这个外部 jar 文件。但是现在当我开始导入这个weka包时,它说weka包不存在。该包也列在类路径中。谁能帮我解决这个问题?
您能在 Netbeans 主屏幕左侧的“库”部分看到它吗?
如果您右键单击您的项目,然后转到库部分,您的 jar 文件是否列在编译选项卡中?
最后,如果你在库部分打开 jar 文件,它是否有你想要的类?
如果这一切都正确,我会尝试清理并再次构建您的项目。