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 文件夹更改为不同的内容?


- Eclipse 插件更新错误日志在哪里? 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01