Hello, I seem to have a complex problem, did a google search, didn't find too much.
I'm trying to make a Jar file like so:
jar cv0 ZipFlex.jar *
I've also tried
jar -cv0 ZipFlex.jar *
and
jar -cv0 ZipFlex.jar *.class
This is entered into a terminal (Gnome and Xterm) on Debian with the...