gpt4 book ai didi

java - 如何在 Eclipse 中运行 GWT 项目?

转载 作者:行者123 更新时间:2023-11-29 07:47:06 24 4
gpt4 key购买 nike

我有一个 mavenized GWT 项目,它在 mvn gwt:run 下运行得非常好。

如果我将它导入 Eclipse 并尝试作为 Web 应用程序运行,我会收到错误消息 Main type not specified(见下文)。

Screenshot 1

Screenshot 2

如何在 Eclipse 中运行和调试 GWT 应用程序?

更新一:指定主类后,又报错:

Screenshot 3

更新 2:.classpath 文件如下所示:

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/Project1"/>
<classpathentry combineaccessrules="false" kind="src" path="/Project2"/>
<classpathentry combineaccessrules="false" kind="src" path="/Project3"/>
[...]
<classpathentry kind="output" path="src/main/webapp/WEB-INF/classes"/>
</classpath>

最佳答案

这是没有指定主类的问题。我遇到过几次这个问题,这是我第一次尝试运行该项目。

转到运行方式 -> 运行配置。

在您第一次尝试运行项目后,您应该有一个运行配置。在“Main”选项卡中,将主类指定为“com.google.gwt.dev.DevMode”。

这将解决您的问题。

关于java - 如何在 Eclipse 中运行 GWT 项目?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24741439/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com