From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12364 invoked by alias); 15 Oct 2005 17:05:23 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 12344 invoked by uid 48); 15 Oct 2005 17:05:22 -0000 Date: Sat, 15 Oct 2005 17:05:00 -0000 Subject: [Bug libgcj/24385] New: spurious NoClassDefFoundError with web applications X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "thebohemian at gmx dot net" X-SW-Source: 2005-q4/txt/msg00092.txt.bz2 List-Id: Given the following situation: - Apache Tomcat 5.0.27 - (gij (GNU libgcj) version 4.1.0 20051014 (experimental) from CVS - web application with a library jar in WEB-INF/lib (eg. axis.jar) - try to load and access a class from axis.jar (e.g. Class.forName(....) ) NoClassDefFoundError is thrown. I found this problem with a real web application but was able to reproduce the problem with a simple test application, too. -- Summary: spurious NoClassDefFoundError with web applications Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: thebohemian at gmx dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24385