Re: Servlet program compile error

1998-12-04 Thread Java News Collector
It would appear from the stack-trace you provided that your servlet is never executing. Its probably not even being loaded. The exception ... >Failed to locate native function: >java/util/zip/Inflater.init(Z)V >java.lang.UnsatisfiedLinkError >at java/util/zip/ZipFile.getInputStream(line unknown

Servlet program compile error

1998-12-04 Thread ÇÑ»óÇõ
OS : Redhat 5.0 JDK : JDK1.17 JSDK :JSDK2.0 I installed JDK1.1.7 and JSDK2.0. and I test application program and It's OK but I test servlet program.. but It has some problems. I din't see this problem before in Othre OS(Solaris or NT) and I have a trouble in this problem. the Problem is the sou