users@glassfish.java.net

[gf-users] org.jnp.interfaces.NamingContextFactory

From: thufir <hawat.thufir_at_gmail.com>
Date: Wed, 10 Sep 2014 22:05:05 -0700

I'm trying to get a remote client working as per:

http://docs.oracle.com/javaee/7/tutorial/doc/ejb-intro004.htm


but, when I run it, I get:

run:
      [java] Sep 10, 2014 10:02:56 PM remotelookup.RemoteLookup main
      [java] SEVERE: Cannot instantiate class:
org.jnp.interfaces.NamingContextFactory
      [java] javax.naming.NoInitialContextException: Cannot instantiate
class: org.jnp.interfaces.NamingContextFactory [Root exception is
java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory]



what JAR do I need on the classpath?



thanks,

Thuf