0

当我尝试在 Eclipse 中调试 Errai 应用程序时,我收到以下错误:

 [WARN] Failed startup of context org.jboss.errai.cdi.server.gwt.JettyLauncher$WebAppContextWithReload@a9acff{/,/home/matthew/git/PressGangCCMSUI/src/main/webapp}
javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file:  java.naming.factory.initial

我怎样才能解决这个问题?

4

1 回答 1

0

具体原因我不知道,但是在清理项目的时候,在Eclipse中无法以debug模式运行。为了解决这个问题,我运行项目

mvn gwt:run

一旦启动器启动,我就可以再次在 Eclipse 中调试项目。

于 2012-09-26T03:00:59.040 回答