1 Reply Latest reply on Sep 11, 2003 7:16 AM by juha

    classpath issue???

    abickell


      I am getting a: java.lang.ClassNotFoundException: org/jnp/interfaces/NamingContextFactory when I am creating a new InitialContext for looking up a stateless session bean. The jnpserver.jar file is in my lib directory, and I even go so far as to instantiate a new NamingContextFactory and print it out just before I create my InitialContext. I can instatiate a new NamingContextFactory, and print it out, but when it gets created in the InitialContext, it throws a ClassNotFoundException. Any ideas?

      Thanks,

      Aaron