我在命令行执行oadutil和irep工具注册CORBA对象时出现如下错误,请各位帮帮忙:C:\>oadutil reg -r idl:phelloworld/cohelloworldfactory:1.0 -o cohelloworld -cpp 
D:\example\liver\phelloworld.exe 
提示信息:Exception in thread "main" java.lang.NoSuchMethodError: org.omg.CORBA.ORB: metho 
d BOA_init()Lorg/omg/CORBA/BOA; not found 
      at com.visigenic.vbroker.activationImpl.OADutil.main(OADutil.java:45) 
C:\>irep IDIIServer 
提示信息:Exception in thread "main" java.lang.NoSuchMethodError: org.omg.CORBA.ORB: metho 
d BOA_init()Lorg/omg/CORBA/BOA; not found 
      at com.visigenic.vbroker.tools.irep.main(irep.java:43)