标题:jdk为什么能编译但不能运行
只看楼主
灰度光阴
Rank: 1
等 级:新手上路
帖 子:7
专家分:7
注 册:2012-10-6
结帖率:100%
 问题点数:0 回复次数:0 
jdk为什么能编译但不能运行
public class hello
{
   
    public static void main(String args[])
    {
        System.out.println("Hellp!");
    }


}
为什么编译可以生成.clss文件,但运行时就出现Exception in thread "main"java.lang.NoClassDefFoundError:文件名
搜索更多相关主题的帖子: thread hello void public 
2012-10-22 18:38



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-383813-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.055741 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved