Netbeans Error: "Could not add one or more tag libraries"
        Posted  
        
            by JJ4UC
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by JJ4UC
        
        
        
        Published on 2008-10-06T15:25:14Z
        Indexed on 
            2010/06/09
            6:02 UTC
        
        
        Read the original article
        Hit count: 324
        
I am using Netbeans 6.1 and Tomcat 6.0.1.6.
I made some very minor changes to a project that had been working and now I am getting the following error:
com.sun.rave.web.ui.appbase.ApplicationException: org.apache.jasper.JasperException: Could not add one or more tag libraries.
The only change I made was to a backing bean method, no new UI components, jsp, etc.
Any direction would be greatly appreciated.
Thanks!
© Stack Overflow or respective owner