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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly