Frank Mancini wrote:
>
> Question...I have a jsp page that does this....
>
> <jsp:useBean id="myCoolMe" scope="session" class="CoolMe" />
>
> and I'm getting the following error on the JSP Page...
>
> Could not create a bean of type: CoolMe: java.lang.ClassNotFoundException:
> CoolMe and java.lang.ClassNotFoundException: CoolMe
>
> Within Weblogic 5.1 when I startup. I have the .jar file that in the
> -classpath and weblogic.class.path in the startscript and I know that class
> exists in the .jar file
>
> Any idea why I get this error. Please help me. Thanks

Most likely due to the problem with beans that do not belong to a
package, described here:

  <http://TheJSPBook.com/faq/details.jsp?id=1007>

Hans
--
Hans Bergsten           [EMAIL PROTECTED]
Gefion Software         http://www.gefionsoftware.com
Author of JavaServer Pages (O'Reilly), http://TheJSPBook.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to