Hi, I am trying to browse through all .class files in my classpath, including the ones inside archives (jar files). Since archives can contain other archives I have to go into archives recursively to go through all entries. I am using the ZipFile class to read the archive entries, but when an entry itself is a nested archive, it seems I ...