0

I want to use weka with java.

I downloaded and installed weka and also downloaded the api weka-oneclass.jar. I am using netbeans IDE and so added this external jar file. But now when I start importing this package of weka, it says weka package does not exist. The package is listed in the classpath too. Can anyone help me fix this problem?

4

1 に答える 1

1

Netbeans のメイン画面の左側にある [ライブラリ] セクションに表示されますか?

プロジェクトを右クリックしてライブラリ セクションに移動すると、jar ファイルが [コンパイル] タブに表示されますか?

最後に、ライブラリ セクションで jar ファイルを開くと、目的のクラスが含まれていますか?

それがすべて正しければ、プロジェクトをもう一度クリーンアップしてビルドします。

于 2012-04-08T07:19:20.587 に答える