0

readmeに続いて、PrefuseグラフプロジェクトをEclipseにインポートしようとしています。

readmeの手順はかなり簡単に思えます。既存のプロジェクトとしてインポートし、アーカイブを選択してください。

残念ながら、WindowsまたはUbuntuでアーカイブを選択すると、インポートするプロジェクトが表示されません。私は現在、Ubuntu 11.10、Eclipse Indigo、およびopenJDK-7で実行しています。

オンラインのどこでも、このパッケージに問題があった人はいないようです。そのため、自分が何を正しく行っていないのかわかりません。

you can use the Eclipse integrated development environment (available for free at http://ww.eclipse.org) to load the source files, then Eclipse will compile the software for you. Within Eclipse, right-click the background of the "Package Explorer" panel and choose "Import". Then select "Existing Projects into Workspace". In resulting dialog, click the radio button for "Select archive file" and browse for the prefuse distribution zip file. The prefuse" project should then appear in the area below. Now just click the "Finish" button to import the project and build it.

4

1 に答える 1

0

おそらく、prefuse アーカイブに Eclipse プロジェクト ファイル (.projectおよび.classpath) が含まれていませんか?

その場合、Eclipse で新しい Java プロジェクトを作成し、prefuse アーカイブをワークスペース内のこの新しいプロジェクトに解凍できます。既存のディレクトリ構造を維持するように注意してください (つまり、アーカイブの src/ ディレクトリの内容は、Eclipse によって作成された src/ ディレクトリにある必要があります。

この prefuse アーカイブはどこでダウンロードしましたか?

于 2012-02-15T10:10:27.517 に答える