
Signature
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
> >> I'm recieving an Exception in thread "main"
> >> java.lang.NoClassDefFoundError: Test and am not really sure why. I'm
[quoted text clipped - 12 lines]
> > You have to execute the class with the correct class name... Example
> > there is a difference between *test* and *Test*
Wouldn't java Test be correct, in this case, since the name of the
class is Test and not test? In any case, I tried both, and recieved
the same error for each one.
> Sorry I forgot to mention this. Please, *as a beginner*, post your
> questions to c.l.j.help and not this group c.l.j.programmer. An look at
> you messages closer. It actually tells you what the problem is.
I'll keep that in mind next time. Thanks for the tip.
Roedy Green - 28 Nov 2005 17:17 GMT
>Wouldn't java Test be correct, in this case, since the name of the
>class is Test and not test? In any case, I tried both, and recieved
>the same error for each one.
There is no way you would get the SAME error, perhaps a similar error.
In computing, even every comma counts. Please don't paraphrase error
messages.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
Pszemus - 28 Nov 2005 20:37 GMT
>>>>I'm recieving an Exception in thread "main"
>>>>java.lang.NoClassDefFoundError: Test and am not really sure why. I'm
[quoted text clipped - 22 lines]
>
> I'll keep that in mind next time. Thanks for the tip.
Maybe it's to obvious, but worth trying for a beginner: Before
executing (java Test), compile (javac Test.java). :-)

Signature
Pszemus
-==[ GG: 1620292 ]==-
-==[ www: www.sarm.w.pl ]==-
-==[ e-mail: pszemus@o2.pl ]==-