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 文件夹更改为不同的内容?
基础教程推荐
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
