How do you drop in substitute JRE classes?
Posted
by evilfred
on Stack Overflow
See other posts from Stack Overflow
or by evilfred
Published on 2010-05-18T00:49:45Z
Indexed on
2010/05/18
1:00 UTC
Read the original article
Hit count: 318
java
Hi,
java.util.zip has well-known problems with native memory usage, so i'm trying to use a drop-in replacement called "jazzlib". unfortunately as is typical for sourceforge projects there is no documentation. If I add the jar to my classpath then Java freaks out and gives me "prohibited package name" errors because it replaced java.util.zip. How do I tell Java that this is what I want it to do?
© Stack Overflow or respective owner