0

我想www将 wamp 文件夹中的整个文件夹加载到 Eclipse 项目中,然后从这里开始处理。我创建了一个Static Web Project并尝试从那里的文件夹中导入文件www,但它只是复制了这些文件。我如何www在 Eclipse 中打开所有文件,所以我在 IDE 中所做的任何更改都会显示在文件www夹中的文件中。我敢肯定这很简单,但似乎在一天中的这个时候,我真的不在了。

4

1 回答 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 回答