It sounds like you are missing the commons logging library. You should have a JAR file like commons-logging-1.1.1.jar in your classpath.
Do the following if you didn't already: - In NetBeans, go to Tools -> Libraries. Click New Library. Setup a NetBeans library for commons-logging (pick jar file, and optionally source and docs) - Add that library to your project. - Run. Alan Burlison wrote: > > When I open a JSP in NetBeans 6.1 I get an error at the bottom of the > JSP editor: a NoClassDefFoundError. The class involved is the Apache > Commons LogFactory, and the code triggering the error is > stripes.tag.HtmlTagSupportBeanInfo. This doesn't happen in NetBeans > 5.5.1. I seem to recollect this being discussed before, but I can't > remember what the fix was. Can someone jog my memory? > > Thanks, > > -- > Alan Burlison > -- > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Stripes-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/stripes-users > > -- View this message in context: http://www.nabble.com/NetBeans-6.1%3A-NoClassDefFoundError-when-opening-JSP-tp16982471p17263779.html Sent from the stripes-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
