标题: Could not find the main class [打印本页] 作者: zhaowenhua123 时间: 2008-4-10 17:46 标题: Could not find the main class 在"Application configuration Tool"中,配置测试目标程序。配置完成后,单击"run",出现一个jvm 错误窗口,提示“Could not find the main class, Program will exit”。但是在eclipse相同配置下,程序完全没有问题。请问这到底是怎么回事呢?多谢作者: 小北 时间: 2008-4-11 01:20
貌似我原来也有过。呵呵,但是忘记怎么解决了。作者: dreamever 时间: 2008-4-14 20:33
看看你所用的jdk版本,在windows/preferences,找到java节点下的install Jars,看看用的JDK是不是RFT自带的,如果当前选择的是本级的JDK,那么请换到RFT的JDK。作者: zhaowenhua123 时间: 2008-4-15 20:16
谢谢两位,问题解决了。犯了个愚蠢的错误。在每个classpath中间加了个空格,导致只有第一个classpath被倒入。