49

./binEclipse Indigo(Heliosに非常によく似ています)でフォルダーを削除しましたが、Javaプロジェクトを再構築する方法を考えています。Netbeansで見られるようなボタンが見つかりません。

4

3 に答える 3

93

For Eclipse you can find the rebuild option under Project > Clean and then select the project you want to clean up... that's all.

Eclipse Clean projects selected below

This will build your project and create a new bin folder.

于 2011-07-23T21:14:54.527 に答える
16

In Eclipse there is an "Auto Build" option, which is checked by default. When it is checked, you don't need to build your project, this happens automatically. If this behaviour is unwanted, uncheck this option and click build project whenever you want.

To clean a project, select Clean Project. This will delete the bin folder, however if Auto build is checked, it will be immediatelly regenerated.

于 2011-07-23T21:16:37.977 に答える