In Java, when you get a java.lang.NoClassDefFoundError, it always means that a certain class can't be found. The Java virtual machine looks at the classpath to find classes. If a class isn't found, it usually means that the jar file (in this case, bcel.jar) is not on your classpath.
Aslak ----- Original Message ----- From: "jfina" <[EMAIL PROTECTED]> Date: Monday, May 6, 2002 12:06 pm Subject: [Xdoclet-user] sample build fails on bcel > error message: > "Could not create task of type: xdoclet-bootstrapper due to > java.lang.NoClassDefFoundError: org/apache/bcel/Constants" > uses latest CVS update. > > ...it not an easy task setting up xdoclet to work :-) > > /Jon > > _______________________________________________________________ > > Have big pipes? SourceForge.net is looking for download mirrors. > We supply > the hardware. You get the recognition. Email Us: > [EMAIL PROTECTED] > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user > _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
