作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如何消除这个错误:
java.lang.ClassNotFoundException: com.google.gwt.junit.server.JUnitHostImpl
[ERROR] at java.net.URLClassLoader$1.run(URLClassLoader.java:359)
[ERROR] at java.net.URLClassLoader$1.run(URLClassLoader.java:348)
[ERROR] at java.security.AccessController.doPrivileged(Native Method)
[ERROR] at java.net.URLClassLoader.findClass(URLClassLoader.java:347)
[ERROR] at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
[ERROR] at com.google.appengine.tools.development.IsolatedAppClassLoader.loadClass(IsolatedAppClassLoader.java:213)
我试过:
mvn clean
但是错误依然存在。
最佳答案
我删除了:
<inherits name='com.google.gwt.junit.JUnit'/>
来 self 的 *.gwt.xml 和
<servlet>
<servlet-name>jUnitHostImpl</servlet-name>
<servlet-class>com.google.gwt.junit.server.JUnitHostImpl</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>jUnitHostImpl</servlet-name>
<url-pattern>/MyProject/junithost/*</url-pattern>
</servlet-mapping>
根据 this answer 的建议,从我的 web.xml 中修复此问题.
关于java - ClassNotFoundException : com. 谷歌.gwt.junit.server.JUnitHostImpl,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16469162/
如何消除这个错误: java.lang.ClassNotFoundException: com.google.gwt.junit.server.JUnitHostImpl [ERROR] at
我是一名优秀的程序员,十分优秀!