当前位置:  技术问答>java相关

菜鸟的题,很多分呀一定给。

    来源: 互联网  发布时间:2014-12-23

    本文导语:  程序如下 public class hello { public static void main(String argv[])     {for (int i=1;ijava hello.class that is test. Exception in thread "main" java.lang.NoClassDefFoundError: hello/class 这是什么意思,为什么? | java hello ...

程序如下
public class hello
{ public static void main(String argv[])
    {for (int i=1;ijava hello.class that is test.
Exception in thread "main" java.lang.NoClassDefFoundError: hello/class
这是什么意思,为什么?

|
java hello 就行了,不用加.class

|
首先应该编译:
C:jdk1.2bin>javac hello.java
然后执行:
C:jdk1.2bin>java hello

|
请看http://web2.java.sun.com/docs/books/tutorial/getStarted/cupojava/win32.html

我摘一段
Error Explanation 
Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorldApp 

If you receive this error, java cannot find your bytecode file, HelloWorldApp.class. 

One of the places java tries to find your bytecode file is your current directory. So, if your bytecode file is in C:java, you should change your current directory to that. To change your directory, type the following command at the prompt and press Enter: 

cd c:java
The prompt should change to C:java>. If you enter dir at the prompt, you should see your .java and .class files. Now enter java HelloWorldApp again. 
If you still have problems, you might have to change your CLASSPATH variable. To see if this is necessary, try "clobbering" the classpath with the following command: 

set CLASSPATH=
Now enter java HelloWorldApp again. If the program works now, you'll have to change your CLASSPATH variable. For more information, consult the section Check the CLASSPATH Variable in the installation instructions.

    
 
 

您可能感兴趣的文章:

 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • ----菜菜鸟第三问:-菜鸟菜问:JAVA如何求 根号、开次方? -----
  • 菜鸟问一个关于j2ee的菜鸟问题
  • 怎样从一个菜鸟级的java programer升级到一个菜鸟级的java developer
  • 一个连菜鸟都算不上的菜鸟
  • 菜鸟求问菜鸟问题 ,域名绑定
  • 编程语言 iis7站长之家
  • gcc问题---菜鸟发问之一,老大们帮忙啊!!菜鸟分不多,只好给这点了,对不起!!
  • 菜鸟又来问菜鸟问题了
  • 菜鸟的Linux练习疑问……
  • 菜鸟刚学jsp,还不知道怎么和sql server2000的数据库相连,我已经把odbc配好了,谁能给我一段和数据库相连的并显示所有数据的代码!菜鸟
  • 菜鸟提问,我怎么装redhat7。1
  • 菜鸟写的俄罗斯方块,请多多批评!
  • 小问题,你一定能够帮忙!——菜鸟请求帮忙!!
  • 一个菜鸟的请求: 哪位前辈能给晚辈讲讲“匿名类”
  • ※菜鸟送分之一※ Red Hat Linux 的最高版本是多少?
  • 菜鸟问题:在Java中如何接收从键盘输入的字符串?
  • ★菜鸟问:怎么在RED HAT LINUX7.2中用169上网??
  • 菜鸟提问:包是什么概念?
  • 菜鸟问题~~快点进来拿分
  • 菜鸟菜问题1


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3