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
i cannot run java!!
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
- talleyrand
- Posts: 624
- Joined: Mon Jul 21, 2003 6:56 pm
- Location: Kansas City, MO, USA
- Contact: