Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/417.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 日食。在不将文件复制到工作区的情况下添加文件_Javascript_Html_Css_Eclipse - Fatal编程技术网

Javascript 日食。在不将文件复制到工作区的情况下添加文件

Javascript 日食。在不将文件复制到工作区的情况下添加文件,javascript,html,css,eclipse,Javascript,Html,Css,Eclipse,我想将整个www文件夹从wamp文件夹加载到Eclipse项目中,并从这里开始工作。我创建了一个静态Web项目,并尝试从www文件夹中导入文件,但它只是复制了这些文件。如何在Eclipse中打开所有www文件,以便在IDE中所做的任何更改都会显示在www文件夹中的文件中。我相信这很简单,但似乎在一天的这个时候,我真的很忙。如果您尝试在Eclipse中创建链接文件夹,这应该是可能的 请看 更新 另外,执行此操作的步骤(来自): 杰出的这正是我想要的。我知道这是一件基本的事情,但我找不到它。8分钟后

我想将整个
www
文件夹从wamp文件夹加载到Eclipse项目中,并从这里开始工作。我创建了一个
静态Web项目
,并尝试从
www
文件夹中导入文件,但它只是复制了这些文件。如何在Eclipse中打开所有
www
文件,以便在IDE中所做的任何更改都会显示在
www
文件夹中的文件中。我相信这很简单,但似乎在一天的这个时候,我真的很忙。

如果您尝试在Eclipse中创建链接文件夹,这应该是可能的

请看

更新

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


杰出的这正是我想要的。我知道这是一件基本的事情,但我找不到它。8分钟后接受。再次感谢:)
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.