由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - a java problem
相关主题
ant javac error in eclipse 3.0?Re: 新生上路
How big is the penalty for compile with debugging mode on?faint, unreachable statement in java
也问一个Eclipse的问题JBuilder question
Complaint about Java class packagehelp "java.lang.NoSuchMethodError"
请问一个最初级问题Question on J2EE container
求助!Tomcat下设置servlets的问题javac compiler
Java funcom.sun.tools.javac.Main 问题
网上找了贪吃蛇的程序,请问如何run这些程序?请帮忙看看这个编译错误
相关话题的讨论汇总
话题: java话题: what话题: error话题: each话题: comparable
进入Java版参与讨论
1 (共1页)
e******r
发帖数: 220
1
Each time I compiled the program, it always prompt me that following error.
What's the meaning of that?
Thanks, your help is highly appreciated.
Exception in thread "main" java.lang.NoClassDefFoundError: Comparable/java
s******y
发帖数: 79
2
There is no main function can be find. What kind of IDE do you use? Check the
compile option.

error.

【在 e******r 的大作中提到】
: Each time I compiled the program, it always prompt me that following error.
: What's the meaning of that?
: Thanks, your help is highly appreciated.
: Exception in thread "main" java.lang.NoClassDefFoundError: Comparable/java

H***a
发帖数: 189
3
javac Comparable.java
NOT java Comparable.java

【在 e******r 的大作中提到】
: Each time I compiled the program, it always prompt me that following error.
: What's the meaning of that?
: Thanks, your help is highly appreciated.
: Exception in thread "main" java.lang.NoClassDefFoundError: Comparable/java

e******r
发帖数: 220
4
You are really familiar with java. That is my mistake. :))

error.

【在 H***a 的大作中提到】
: javac Comparable.java
: NOT java Comparable.java

1 (共1页)
进入Java版参与讨论
相关主题
请帮忙看看这个编译错误请问一个最初级问题
大侠帮忙看看这个code为什么在jdk1。5下面不能运行求助!Tomcat下设置servlets的问题
how to compile java source code recursively in a command line?Java fun
type erasure weird problem网上找了贪吃蛇的程序,请问如何run这些程序?
ant javac error in eclipse 3.0?Re: 新生上路
How big is the penalty for compile with debugging mode on?faint, unreachable statement in java
也问一个Eclipse的问题JBuilder question
Complaint about Java class packagehelp "java.lang.NoSuchMethodError"
相关话题的讨论汇总
话题: java话题: what话题: error话题: each话题: comparable