Hello!

On 03:05 Wed 28 May, bryce verdier wrote:
> I'm new to the whole java language. Anyway, i'm using kdevelop as my ide, and 
> i have this simple java code:
> 
> class Main{
> 
>     public static void main( String[] args ){
>         System.out.println( "Hello, world!" );
>     }
> }
> 
> 
> and when i try to compile it i get this error:
> 
> Exception in thread "main" java.lang.NoClassDefFoundError: Main
> 
> I know this may not be the right place to talk about this... but any help 
> would be appreciated.
> 

public class Main

Purchace good java book, or better purchace good C++ book - java isn't
good language at all.

Best regards,
Andrew.

--
[EMAIL PROTECTED] mailing list

Reply via email to