【问题标题】:JacORB comiling error on _stub, can't find class_stub 上的 JacORB 编译错误,找不到类
【发布时间】:2013-07-15 22:29:00
【问题描述】:

我正在尝试让 JacORB 示例正常工作,但在编译客户端时出现这些错误...

_MessageStub.java:81: error: cannot find symbol
if ( _so instanceof org.omg.CORBA.portable.ServantObjectExt)
                                          ^
symbol:   class ServantObjectExt
  location: package org.omg.CORBA.portable
_MessageStub.java:82: error: cannot find symbol
                    ((org.omg.CORBA.portable.ServantObjectExt)_so).normalCompletion();
                                            ^
  symbol:   class ServantObjectExt
  location: package org.omg.CORBA.portable
_MessageStub.java:87: error: cannot find symbol
                if ( _so instanceof org.omg.CORBA.portable.ServantObjectExt) 
                                                          ^
  symbol:   class ServantObjectExt
  location: package org.omg.CORBA.portable
_MessageStub.java:88: error: cannot find symbol
                    ((org.omg.CORBA.portable.ServantObjectExt)_so).exceptionalCompletion(re);
                                            ^
  symbol:   class ServantObjectExt
  location: package org.omg.CORBA.portable
_MessageStub.java:93: error: cannot find symbol
                if ( _so instanceof org.omg.CORBA.portable.ServantObjectExt) 
                                                          ^
  symbol:   class ServantObjectExt
  location: package org.omg.CORBA.portable
_MessageStub.java:94: error: cannot find symbol
                    ((org.omg.CORBA.portable.ServantObjectExt)_so).exceptionalCompletion(err);
                                            ^
  symbol:   class ServantObjectExt
  location: package org.omg.CORBA.portable
6 errors

似乎我错过了一些 JacORB jar 文件,但我已经将所有 jar 放在 CLASSPATH 中。 有人可以帮助我吗? 谢谢!

【问题讨论】:

    标签: java jacorb


    【解决方案1】:

    请注意官方 JacORB 邮件列表:http://www.jacorb.org/contact.html

    请您详细说明您的版本、编译方式、编译内容等。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-12-28
      相关资源
      最近更新 更多