ここからlast.fmAPIを使用していますhttp://code.google.com/p/lastfm-java/
ワークスペースにダウンロードし、ライブラリとしてチェックして、プロジェクトにインポートしました...APIの1つのメソッドを使用しようとすると問題が発生します
Artist[] artist = LastFmServer.searchForArtist("hatebreed");
理由はわかりません、
Cannot make a static reference to the non-static method searchForArtist(String) from the type LastFmServer
しかし、それを解決しようとすると別のエラーが発生します。それはこの行を引き起こします
String artist = Artist.getName();
Cannot make a static reference to the non-static method getName() from the type Artist
APIを初めて使用し、これらのエラーに飽き始めました。助けてください