If you type (from that directory):
dir Fight.class
does it show the file:
Fight.class (10,530 bytes)?
If that file is present, and typing
java Fight militia militia
gives you the error:
Exception in thread "main" java.lang.NoClassDefFoundError: Fight
...then there is some crazy problem that I don't understand, like a corrupt file, or a broken Java installation. Sorry
