当将现有的eclipse项目导出到war文件时,“模块名称无效”。

时间:2023-01-17 13:01:36

I am trying to export an existing Eclipse project to a war file. But whatever I typed in the "WAR Export" dialog page, the system always returned "Module name is invalid". I do not know how to fix this issue. Thanks for the help.

我正在尝试将一个现有的Eclipse项目导出到war文件中。但是无论我在“WAR Export”对话框中键入什么,系统总是返回“模块名称无效”。我不知道该如何解决这个问题。谢谢你的帮助。

5 个解决方案

#1


8  

you must be sure your project is a Web Project, if it's not a Web Project check this link: http://eclipse.dzone.com/tips/converting-java-project-dynami

您必须确定您的项目是一个Web项目,如果它不是一个Web项目,请检查这个链接:http://eclipse.dzone.com/tips/converting-java- projectdynami。

#2


7  

I had the same issue, and I fixed it. Please follow the steps below, and you can create your war file.

我有同样的问题,我解决了。请按照下面的步骤,您可以创建您的war文件。

  1. Right-click on folder project.
  2. 右键单击项目文件夹。
  3. Click on properties.
  4. 单击属性。
  5. Go to project facets.
  6. 去项目方面。
  7. Activate, if necessary.
  8. 激活,如果必要的。
  9. Scroll down to Configuration and mark Dynamic Web Module.
  10. 向下滚动到配置和标记动态Web模块。

This works for me.

这适合我。

#3


2  

In my case error went off when the war file name matched the project name of the eclipse. Its easy to choose one from the drop down box.

在我的例子中,当war文件名称与eclipse的项目名称相匹配时,错误就会消失。很容易从下拉框中选择一个。

当将现有的eclipse项目导出到war文件时,“模块名称无效”。

#4


0  

I am not sure about the exact cause. But this gets resolved most of the times if you give the exporting project war file name just same as the project name in the IDE

我不知道确切的原因。但是,如果您将导出项目war文件名称与IDE中的项目名称相同,则大多数情况下都可以解决这个问题。

#5


0  

In Eclipse STS

在Eclipse中STS

  1. Right-click on folder project.
  2. 右键单击项目文件夹。
  3. Click on properties.
  4. 单击属性。
  5. Go to project facets.
  6. 去项目方面。
  7. Choose your Java 1.8
  8. 选择你的Java 1.8
  9. Scroll down to Configuration and mark Dynamic Web Module.
  10. 向下滚动到配置和标记动态Web模块。

After that, it works fine.

之后,它就可以正常工作了。

#1


8  

you must be sure your project is a Web Project, if it's not a Web Project check this link: http://eclipse.dzone.com/tips/converting-java-project-dynami

您必须确定您的项目是一个Web项目,如果它不是一个Web项目,请检查这个链接:http://eclipse.dzone.com/tips/converting-java- projectdynami。

#2


7  

I had the same issue, and I fixed it. Please follow the steps below, and you can create your war file.

我有同样的问题,我解决了。请按照下面的步骤,您可以创建您的war文件。

  1. Right-click on folder project.
  2. 右键单击项目文件夹。
  3. Click on properties.
  4. 单击属性。
  5. Go to project facets.
  6. 去项目方面。
  7. Activate, if necessary.
  8. 激活,如果必要的。
  9. Scroll down to Configuration and mark Dynamic Web Module.
  10. 向下滚动到配置和标记动态Web模块。

This works for me.

这适合我。

#3


2  

In my case error went off when the war file name matched the project name of the eclipse. Its easy to choose one from the drop down box.

在我的例子中,当war文件名称与eclipse的项目名称相匹配时,错误就会消失。很容易从下拉框中选择一个。

当将现有的eclipse项目导出到war文件时,“模块名称无效”。

#4


0  

I am not sure about the exact cause. But this gets resolved most of the times if you give the exporting project war file name just same as the project name in the IDE

我不知道确切的原因。但是,如果您将导出项目war文件名称与IDE中的项目名称相同,则大多数情况下都可以解决这个问题。

#5


0  

In Eclipse STS

在Eclipse中STS

  1. Right-click on folder project.
  2. 右键单击项目文件夹。
  3. Click on properties.
  4. 单击属性。
  5. Go to project facets.
  6. 去项目方面。
  7. Choose your Java 1.8
  8. 选择你的Java 1.8
  9. Scroll down to Configuration and mark Dynamic Web Module.
  10. 向下滚动到配置和标记动态Web模块。

After that, it works fine.

之后,它就可以正常工作了。