This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/24385] New: spurious NoClassDefFoundError with web applications


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]