Corba problem in Java
I had a problem when I wrote a Java application that works great on my development machine and works great on a lab system, however, when I install it on a client machine, I get the following error:
org.omg.CosNaming.NamingContextPackage.NotFound: IDL: omg.org/CosNaming/NamingContext/NotFound: 1.0
Anyone can figure out what might be wrong? Am I missing a Jar file? or may the client have the wrong version of Java Installed?
0
source to share