1 Reply Latest reply on Feb 12, 2004 4:36 AM by darranl

    deploying .jar at remote system , gives error for lookup in

    tommparekh

      hi,
      i am using jboss-3.2.3
      my jar file is located at the remote pc and client is on my pc.
      when i am tring to lookup for remote interface , it gives me java.lang.NoClassDefFoundError.

      my code for url provider is :

      prop.setProperty ( Context.PROVIDER_URL , "jnp://remotepcip:1099" );

      how do i solved this out.
      pls help
      thank u