Petter Reinholdtsen wrote:

> I've discovered some ifdefs in libnative/java.util.zip/ which makes it
> impossible to use Japhar with JDK 1.1 classes.zip without defining
> JDK1_1.  Chris, are there other places I also should have a look for
> such defines.  I'm still using JDK 1.1.5 java classes for testing.
> When running testsuite/java.io/SerializableTest.java, I get the
> following for ethernity:
>

libnative/* should be the only places where you'll need to look for
things of that sort.  yeah, those are left over from a time when I
thought that we'd have to support compile time switching of JDK versions
instead of runtime switching (which also isn't perfect yet).

Chris

Reply via email to