Java 中的 corba 问题
我遇到一个问题,我编写了一个 Java 应用程序,该应用程序在我的开发计算机上和实验室系统上都能完美运行,但是当我将其安装到客户端计算机上时,出现以下错误:
org.omg.CosNaming.NamingContextPackage .NotFound:IDL:omg.org/CosNaming/NamingContext/NotFound:1.0
有谁知道可能出了什么问题吗? 我缺少 Jar 文件吗? 或者客户端是否安装了错误的 Java 版本?
I'm having an issue where I've written a Java App that works perfectly on my development machine and perfectly on a Lab system, however when I install it onto the client machine I get the following Error:
org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0
Does anyone have any idea what might be wrong? Am I missing a Jar file? or have the client maybe got the wrong version of Java Installed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没关系,我一直是个神经病,误解了这个异常。
我尝试连接的 corba 命名服务无法找到,而不是包...
天哪,我觉得很愚蠢吗...
Never mind I've been a numpty and misinterpreted the exception.
The corba naming service that I am trying to connect to can't be found not the package...
Man do I feel stupid...