How do I change in an eclipse web project the WebContent folder to something different?(如何在 Eclipse Web 项目中将 WebContent 文件夹更改为不同的内容?)
问题描述
随着 Galileo 的发布,终于可以将普通的 Java 项目转换为动态的 Web 项目.不幸的是,它假定 Web 内容位于文件夹 WebContent 中,而现有项目不一定是这种情况.我怎样才能改变它?在 MyEclipse 中,这很容易,但使用股票 Eclipse,我找不到这样的选项!
With the Galileo release it is finally possible to convert a normal Java project to a dynamic web project. Unfortunately it assumes that the Web stuff is located in a folder WebContent, which is not necessarily the case for an existing project. How can I change it? In MyEclipse it is quite easy, but with a stock eclipse I don't find such an option!
推荐答案
我不确定您所说的股票日食"是什么意思,但 Helios 以非常直接的方式允许此功能:
I am not sure what you meant by "a stock eclipse", but Helios allows this functionality in a very straight-forward way:
这篇关于如何在 Eclipse Web 项目中将 WebContent 文件夹更改为不同的内容?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 Eclipse Web 项目中将 WebContent 文件夹更改为不同的内容?


基础教程推荐
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 降序排序:Java Map 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01