您的位置:程序门 -> java -> j2se / 基础类



java问题?


[收藏此页] [打印本页]选择字色:背景色:字体:[][][]


java问题?
发表于:2007-03-07 11:09:07 楼主
microsoft   windows   xp   [版本   5.1.2600]
(c)   版权所有   1985-2001   microsoft   corp.

d:\java_lesson> javac   hello.java
exception   in   thread   "main "   java.lang.noclassdeffounderror:   com/sun/tools/javac/main

d:\java_lesson>
发表于:2007-03-07 11:25:401楼 得分:0
exception   in   thread   "main "   java.lang.noclassdeffounderror
不是说得很清楚了吗?

你这个hello.java放在那里?

是hello.java还是hello.java?

hello.java里的类名是不是hello?

这个类有没有package语句?如果有,去掉。
发表于:2007-03-08 14:33:402楼 得分:0
hello.java文件中有main函数吗?
发表于:2007-03-08 15:11:273楼 得分:0
把代码贴出来
发表于:2007-03-08 15:15:044楼 得分:0
代码贴出来看看吧
发表于:2007-03-12 08:50:505楼 得分:0
有2种可能性,一是你的代码有问题,二是你的环境变量设置错误
hello.java
public   class   hello{
public   static   void   main(string   args[]){


}
}
大体框架应该像上面这个样子的啦


快速检索

最新资讯
热门点击