当前位置: 技术问答>java相关
请问,里面这个错误是什么原因造成的
来源: 互联网 发布时间:2017-03-10
本文导语: ---------- javac ---------- Appletlc.java:19: cannot access Console bad class file: .Console.java file does not contain class Console Please remove or make sure it appears in the correct subdirectory of the classpath. Console.setupClosing(frame); ...
---------- javac ----------
Appletlc.java:19: cannot access Console
bad class file: .Console.java
file does not contain class Console
Please remove or make sure it appears in the correct subdirectory of the classpath.
Console.setupClosing(frame);
^
1 error
Normal Termination
输出完成(耗费 2 秒)。
按着书上的例子,THINK IN JAVA第2版的P503,是否是因为环境变量没有设置好?
怎么连试了几个例子,都是上面同样的错误,作者写的那个包里的class怎么都不能用上,郁闷~!
Appletlc.java:19: cannot access Console
bad class file: .Console.java
file does not contain class Console
Please remove or make sure it appears in the correct subdirectory of the classpath.
Console.setupClosing(frame);
^
1 error
Normal Termination
输出完成(耗费 2 秒)。
按着书上的例子,THINK IN JAVA第2版的P503,是否是因为环境变量没有设置好?
怎么连试了几个例子,都是上面同样的错误,作者写的那个包里的class怎么都不能用上,郁闷~!
|
将这个package的真实路径放入classpath环境变量中即可
|
系统没有找到这个package,你将这个package的真实路径放入classpath环境变量中即可
|
Please remove or make sure it appears in the correct subdirectory of the classpath.
还是路径的问题,包 com.bruceeckel.tools.* 没找到;要把那个com文件夹放到你的类的搜索路径里。。。。
还是路径的问题,包 com.bruceeckel.tools.* 没找到;要把那个com文件夹放到你的类的搜索路径里。。。。
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。