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


1 answer


Nothing, I was multiple and misinterpreted the exception.

The corba nameservice I am trying to connect with cannot be found not in the package ...



Man, I feel stupid ...

+1


source







All Articles