首页 新闻 赞助 找找看

idea 开发GWT程序找不到入口

0
悬赏园豆:10 [已关闭问题] 关闭于 2014-08-26 22:59

各位大侠:

我在用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>

MR_Xiaoemo的主页 MR_Xiaoemo | 菜鸟二级 | 园豆:206
提问于:2013-09-26 17:38
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册