站内搜索: 请输入搜索关键词

当前页面: 开发资料首页J2EE 专题为什么我在jbuilder2006中编译idl文件报错,无法编译---Invocation Error. Check your CORBA configuration....

为什么我在jbuilder2006中编译idl文件报错,无法编译---Invocation Error. Check your CORBA configuration....

摘要: 为什么我在jbuilder2006中编译idl文件报错,无法编译---Invocation Error. Check your CORBA configuration....


hello.idl:
module HelloApp {
interface Hello {
string sayHello();
};
};

在jbuilder里配置如下:
 path for orb tools:D:/jdk1.5.0/bin/idlj.exe
 idl compiler command:idlj-fall
 command option for output directory:-td
 library for projects:选择了指向rt.jar的库文件的变量
并且选上了apply this configuration to the current project选项,但编译时出现如下错误:
"hello.idl": Invocation Error. Check your CORBA configuration using Enterprise | Enterprise Setup... | CORBA. Also check IDL settings on the Project | Project Properties | Build | IDL page

请问这是怎么回事?


我用命令行倒是能编译,不过生成的文件没有例子中提到的ImplBase,却多了个POA文件,我不知道是为了什么



up


你安装visibroker服务器和客户端了吗?


没有,我是自己添加一个jdk自带的工具去编译的。


请问哪里可以下载Jbuilder2006



x:ftp://ftpd.borland.com/download/jbuilder/jbx_enterprise/jbuilderx.zip
2005:ftp://ftpd.borland.com/download/jbuilder/JB_2005_Ent_Trial_DL/JB_2005_Ent_Trial_DL_Win_Mac/jb2005_enttrialdl_win_mac.zip
2006:ftp://ftpd.borland.com/download/jbuilder/JBuilder_2006/Enterprise/jb2006_enttrialdl_win.zip

下载总页面:http://www.borland.com/downloads/download_jbuilder.html


up


up


fdfd


没人会吗


唉,人气太差。


↑返回目录
前一篇: 按照书上作第一个EJB例子,运行报ClassCaseException
后一篇: jbuilder今天早上编译文件出错求助