各位大侠:
我在用Idea做GWT程序时,出现如下错误,我该怎么办?
Error:Unable to find type ' com.jckj.cis.client.account.AccountTestView'
Error:Hint: Check that the type name ' com.jckj.cis.client.account.AccountTestView' is really what you meant
Error:Hint: Check that your classpath includes all required source roots
tips:部署应该是正确的。google了之后,说是classpath路径不正确。
<module>
<inherits name="Commons"/>
<entry-point class=' com.jckj.cis.client.account.AccountTestView'/>
<!--部署时需要将所有测试入口关闭,自测时自行打开,且不要提交-->
</module>