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

[395 byte] By [charllescubaa] at [2007-11-27 10:42:13]
# 1

No suggestions?

charllescubaa at 2007-7-28 19:17:07 > top of Java-index,Java Essentials,Java Programming...
# 2

have you looked at your env environment hashtable variable in greater detail? Is it messed up?

petes1234a at 2007-7-28 19:17:07 > top of Java-index,Java Essentials,Java Programming...