This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: ClassNotFoundExceptionraja05 Dec 23, 2003 9:05 AM (in response to bul)Try 
 Thread.currentThread.getContextClassLoader().loadClass(".....")
- 
        2. Re: ClassNotFoundExceptionbul Dec 24, 2003 3:22 AM (in response to bul)Thanks, but this doesn't work also. 
 The problem has been resolved. This class was used from an ejb module but is located in a web module. Placing this class in a jar shared by the ejb and the web module solves this problem.
 
    