www
wamp フォルダーからフォルダー全体を Eclipse プロジェクトにロードし、ここから作業したいと考えています。を作成して、そこにStatic Web Project
あるフォルダーからファイルをインポートしようとしましwww
たが、それらのファイルの複製が作成されるだけです。Eclipse ですべてのファイルを開くにはどうすればwww
よいので、IDE で行った変更はすべてwww
フォルダー内のファイルに表示されます。単純なことだと思いますが、この時期は本当に疲れているようです。
質問する
38 次
1 に答える
1
これは、Eclipse 内で Linked フォルダーを作成しようとすると可能になるはずです。
これを見てください。
アップデート
また、これを行う手順(ここから):
If you don't want to put your source code in the project, you can
"link" the source code to the project instead. In that case, you should
do the following:
1. Right-click the project, and choose Properties from the context menu.
2. Select "Java Build Path" from the left-hand side.
3. Click the "Source" tab along the top.
4. Click the "Link Source..." button.
5. Fill out the dialog box, and click the OK buttons.
于 2012-08-18T08:32:36.093 に答える