Discussion:
my shit dont run
(too old to reply)
Jeff
2005-10-04 01:05:14 UTC
Permalink
what do you type at the command line to not get
C:\Downloads\CS337>java My337Zip
Exception in thread "main" java.lang.NoClassDefFoundError: My337Zip
Luke Robison
2005-10-03 20:27:30 UTC
Permalink
Post by Jeff
what do you type at the command line to not get
C:\Downloads\CS337>java My337Zip
Exception in thread "main" java.lang.NoClassDefFoundError: My337Zip
this is my all in one compile and run:

javac CS337/AdaptiveTree.java && java CS337.My337Zip c o infile outfile


of course you could do it in two steps (before and after the '&&')...

-luke

Loading...