由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - FFDTRe: weird class definition
相关主题
weird class definitionRe: 奇怪?? import找不到package
新手求助,急急急!!!Re: JDE1.2.2 Standard version下如何找classpath的?
请问一个最初级问题Re: java web server help!!!
overloading methods使用JAVA的一则经验和教训
Where can I find the definition of the method: java.lang.System.getProperties().list()Re: Where can i find this package?
Java banned operator overloadingMastering the classpath with JWhich
override/overload/overwrite in JavaRe: How to compile a Java program with import my own package in UNIX
java class definition and implementationJar question
相关话题的讨论汇总
话题: java话题: ffdtre话题: main话题: class话题: weird
进入Java版参与讨论
1 (共1页)
w*r
发帖数: 2421
1
FT.... You guys should go ahead either shoot yourself or go ahead study java
from beginning...
main function should be overloaded with the same signature, that is:
public static void main(String[] args)
sigh.....几位平时怎么靠java过日子的?
g**********y
发帖数: 14569
2
你也应该shoot yourself :-) main()定义错出的会是:can not find main() method.
而不是:class not found.
TFLIB应该是stumble在其他地方了

【在 w*r 的大作中提到】
: FT.... You guys should go ahead either shoot yourself or go ahead study java
: from beginning...
: main function should be overloaded with the same signature, that is:
: public static void main(String[] args)
: sigh.....几位平时怎么靠java过日子的?

w*r
发帖数: 2421
3
FFDT....谁还有时间看它的exception:( 一眼就看到main上面去了

java

【在 g**********y 的大作中提到】
: 你也应该shoot yourself :-) main()定义错出的会是:can not find main() method.
: 而不是:class not found.
: TFLIB应该是stumble在其他地方了

w*r
发帖数: 2421
4
再看了看, 他用 java hell.class当然就是 class not found
我想他自己一定眼花了,如果他用java hell 出现的exception一定就是 method not
found 了自己没有仔细看就大叫same error哼!

method.

【在 w*r 的大作中提到】
: FFDT....谁还有时间看它的exception:( 一眼就看到main上面去了
:
: java

c**t
发帖数: 26
5
不是不是,我用了String [] args, 还是出一样的错误
先试的java hell, 不行,就试了java hell.class
还试了java -classpath, 都一样的错误

【在 w*r 的大作中提到】
: 再看了看, 他用 java hell.class当然就是 class not found
: 我想他自己一定眼花了,如果他用java hell 出现的exception一定就是 method not
: found 了自己没有仔细看就大叫same error哼!
:
: method.

g**********y
发帖数: 14569
6
贴原代码吧,省得大家猜来猜去的。你的程序从结构上看没错。

【在 c**t 的大作中提到】
: 不是不是,我用了String [] args, 还是出一样的错误
: 先试的java hell, 不行,就试了java hell.class
: 还试了java -classpath, 都一样的错误

w*r
发帖数: 2421
7
照你这么说就真的wierd了

不是不是,我用了String [] args, 还是出一样的错误
先试的java hell, 不行,就试了java hell.class
还试了java -classpath, 都一样的错误

【在 c**t 的大作中提到】
: 不是不是,我用了String [] args, 还是出一样的错误
: 先试的java hell, 不行,就试了java hell.class
: 还试了java -classpath, 都一样的错误

z****g
发帖数: 2497
8
唉....

【在 w*r 的大作中提到】
: 照你这么说就真的wierd了
:
: 不是不是,我用了String [] args, 还是出一样的错误
: 先试的java hell, 不行,就试了java hell.class
: 还试了java -classpath, 都一样的错误

P****y
发帖数: 707
9
nod

【在 w*r 的大作中提到】
: 再看了看, 他用 java hell.class当然就是 class not found
: 我想他自己一定眼花了,如果他用java hell 出现的exception一定就是 method not
: found 了自己没有仔细看就大叫same error哼!
:
: method.

1 (共1页)
进入Java版参与讨论
相关主题
Jar questionWhere can I find the definition of the method: java.lang.System.getProperties().list()
Re: Desperately need help on DB2 connection through jdbc in jsp pageJava banned operator overloading
菜鸟问题一问override/overload/overwrite in Java
Dos and Don'ts about classpathjava class definition and implementation
weird class definitionRe: 奇怪?? import找不到package
新手求助,急急急!!!Re: JDE1.2.2 Standard version下如何找classpath的?
请问一个最初级问题Re: java web server help!!!
overloading methods使用JAVA的一则经验和教训
相关话题的讨论汇总
话题: java话题: ffdtre话题: main话题: class话题: weird