Hi, I finally finished cleaning up my java.util.jar implementation and have added all the files to cvs. It is not yet completely finished because it doesn't verify the manifest or entries when reading the jar file and does not yet look up the correct certificates for the entries yet. But the framework is there and it should not be that hard to add the missing functionality. I tried to make it work with gcj, but since java.util.jar depends on the collection classes that was not possible. There are still to much inner class bugs in gcj. But Bryce McKinlay has already fixed some of those bugs. Since I have not yet imported java.util.zip from libgcj yet I have added most java.util.jar classes to standard.omit. But my next task is importing java.util.zip. Cheers, Mark

