I am getting the following error while executing the Client program CountClient.java.
Creating an object of Initial Context..
Trying to lookup the JNDI..
ERROR! Shared library ioser12 could not be found.
java.lang.UnsatisfiedLinkError: specialLoadClass at com.sun.corba.ee.internal.util.JDKClassLoader.loadCla(JDKClassLoader.java:58)
at com.sun.corba.ee.internal.util.JDKBridge.loadClassM(JDKBridge.java:180)
at com.sun.corba.ee.internal.util.JDKBridge.loadClass(JDKBridge.java:83)
at javax.rmi.CORBA.Util.loadClass(Util.java:215)
at javax.rmi.CORBA.Util.createDelegateIfSpecified(Util.java:306)
at javax.rmi.CORBA.Util.<clinit>(Util.java:54)
at javax.rmi.PortableRemoteObject.createDelegateIfSpecified(PortableRemoteObject.java:172)
at javax.rmi.PortableRemoteObject.<clinit>(PortableRemoteObject.java:62)
at CountClient.main(CountClient.java:23)
Exception in
thread "main" Process Exit...