InitialContext
Hi all.
I am trying to instantiate the following class:
Context initctx = new InitialContext(env);
But I get the following Exception:Which does not make sense to me
Exception in thread "main" java.lang.Exception: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory
Does anybody figure out what this is
Tnx in advance

