i cannot run java!!
Posted: Sun Feb 22, 2004 8:35 pm
I create the program called hello
class Hello {
public static void main( String args[] ) {
System.out.println( "hello world" );
}
}
compile is fine but i cannot run in textpad
error i get: Exception is "main" no classdefound error....... hello ( wrong name) and bunch of error
at Java.net.classloader
at java.net.urlclassloader
at java.net.laucnher
i been trying for hours but cant seem to fix the problem , help thanks
class Hello {
public static void main( String args[] ) {
System.out.println( "hello world" );
}
}
compile is fine but i cannot run in textpad
error i get: Exception is "main" no classdefound error....... hello ( wrong name) and bunch of error
at Java.net.classloader
at java.net.urlclassloader
at java.net.laucnher
i been trying for hours but cant seem to fix the problem , help thanks