Problems & Solutions Flashcards
1
Q
Ignoring Exception java.util.zip.ZipException
A
Update - Fixed Found my problem. I had included my classes directory in my path using a fileset as opposed to a pathelement this was causing .class files to be opened as ZipFiles which of course threw an exception.