Hi.
I created simple Hello World application that compiles&runs ok in NetBeans 6.1 but when I try to run it with command line
java main
it says that:
and some other thing
Advice very appreciated.
I created simple Hello World application that compiles&runs ok in NetBeans 6.1 but when I try to run it with command line
java main
it says that:
Code:
Exception in thread "main" java.lang.NoClassFoundDefFoundError:main(wrong name).
Advice very appreciated.
Comment