日食。添加文件而不将其复制到工作区中

时间:2012-08-18 08:30:00

标签: javascript html css eclipse

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

1 个答案:

答案 0 :(得分:1)

如果您尝试在Eclipse中创建Linked文件夹,则应该可以这样做。

查看 this

<强>更新

此外,执行此操作的步骤(来自 here ):

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.