Eclipse:如何从现有源创建动态Web项目?

发布于 2024-12-11 04:16:21 字数 702 浏览 0 评论 0原文

我在 Win XP 上使用 Eclipse Indigo。如何从现有文件夹创建动态 Web 项目?我去了文件 ->新->项目,在“新建动态 Web 项目”对话框中选择“动态 Web 项目”,但是当我选择现有文件夹位置时,出现错误

 C:\Documents and Settings\E18538\workspace\cit_pplus_kickoff overlaps the location of another project: 'cit_pplus_kickoff'

这是对话框 - http://screencast.com/t/Q9VgQKXQ 。如何从现有源创建动态 Web 项目?

编辑:当我尝试执行 File -> 时将现有项目导入工作区,我收到此错误 - http://screencast.com/t/jMwApHh4F< /a>(“找不到要导入的项目”)。我的项目的目录结构是

src/java src/java/com ... 源代码/网络 src/web/WEB-INF src/网络/图像 ...

不存在 .project 文件。

谢谢,-戴夫

I'm using Eclipse Indigo on Win XP. How do I create a dynamic web project from an existing folder? I went to File -> New -> Project, selected "Dynamic Web Project" in the "New Dynamic Web Project" dialog, but when I selected my existing folder location, I got the error

 C:\Documents and Settings\E18538\workspace\cit_pplus_kickoff overlaps the location of another project: 'cit_pplus_kickoff'

Here is the dialog -- http://screencast.com/t/Q9VgQKXQ . How do I create a dynamic web project from existing source?

Edit: When I try and do File -> Import existing projects into workspace, I'm greeted with this error -- http://screencast.com/t/jMwApHh4F ("No projects are found to import"). The directory structure of my project is

src/java
src/java/com
...
src/web
src/web/WEB-INF
src/web/images
...

There is no .project file present.

Thanks, - Dave

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

又爬满兰若 2024-12-18 04:16:21

您正在与现有项目相同的位置创建一个新项目。为这个新项目选择另一个位置。这个新位置应该是源文件夹的父目录。

You're creating a new project at the same location as an already existing project. Choose another location for this new project. This new location should be the parent directory of the source folder.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文