Hi, all:

    I'm trying to load a bean class using "Class.forName(beanClass)" for
introspection in a servlet. It's working as long as bean classes are placed
in the root directory of servlet. In my case, the servlet directory is
c:\WebSphere\AppServer\Servlets ( I'm on Windows NT 4.0 and using IBM
WebSphere v2.0). If I put class files in somewhere else, for example,
c:\BeanLib, there will be a ClassNotFoundException. I did not package any
beans. I set the classpath in both System and user level to include
c:\BeanLib, still the same problem.

   Any help or hint will be greatly appreciated.


Hong Zhang

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to