From: Andrey L. <asl...@gm...> - 2010-12-19 11:24:50
|
Hi, When running GZipInputStream, it fails with "NoSuchFieldError: COMPR_FUNC" on Nokia 6233 (and, possibly, the same behavior will be on all S40 series). The reason is that you should access fields in DeflaterEngine directly, so changing accessing COMPR_LVL at DeflaterEngine:219 to DeflaterConstants.COMPR_LVL fixes this problem. Hope this will help, Andrey Lushnikov |