Hi,
New to java!!
Now in class i know after we compiled our .java files we ran them via java interpreter
java Thisclass.class
and all was good.
However, in class we use WinXP and i use linux =D
and when i go to run my Window.class files through the interp i get the following.
Code:
java Window.class
Exception in thread "main" java.lang.NoClassDefFoundError: Window/class
I have a feeling im missing some small -something at the command line.
any help is appreciated
!later