Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 10913 invoked from network); 14 Jun 2005 21:58:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jun 2005 21:58:48 -0000 Received: (qmail 3467 invoked by uid 500); 14 Jun 2005 21:58:31 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 3393 invoked by uid 500); 14 Jun 2005 21:58:30 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 3379 invoked by uid 99); 14 Jun 2005 21:58:30 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Jun 2005 14:58:29 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id 4EE6E3D9; Tue, 14 Jun 2005 19:07:26 +0200 (CEST) From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 34856] - MacOSX 10.4 and Java 5 jnilibs causes ZipException when Tomcat loads non-jars X-Bugzilla-Reason: AssignedTo Message-Id: <20050614170726.4EE6E3D9@ajax.apache.org> Date: Tue, 14 Jun 2005 19:07:26 +0200 (CEST) X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=34856 ------- Additional Comments From pratik.solanki.ml@gmail.com 2005-06-14 19:07 ------- The issue is two-fold. Jasper/Tomcat seems to be adding all the files found under /System/Library/Java/Extensions to the classpath. The log file has classpath= ....../System/Library/Java/Extensions/libJ3DAudio.jnilib:/System/Library/Java/Extensions/ libJ3DUtils.jnilib:... This is wrong. It should not be adding jnilib files to the classpath The second issue is that the javac compiler is expected to ignore such invalid files in the classpath. 1.4 did that. 1.5 is throwing an exception. This seems to be a regression in javac. AFAICT, this should be happening on all platforms and not just on MacOSX. Can anyone confirm or deny this? Does Tomcat/ Jasper work fine on Linux/Windows/Solaris with 1.5? A few comments on the original bug report. (In reply to comment #0) > Tiger includes all the jnilib JNI extensions in the classpath of the JVM. No. Jasper/Tomcat does that. > Jasper attempts to read the jnilib as a jar since it's in the classpath, and that doesn't work. No. javac 1.5 on Tiger attempts to read the jnilib as a jar. This is a bug in javac. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org