Corba & IDL2Pas(100分)

L

lym430

Unregistered / Unconfirmed
GUEST, unregistred user!
新建Corba server Application,在generate时出现:
"java.exe 遇到问题需要关闭。我们对此引起的不便表示抱歉。"
同时生成的idl2pas.bat文件如下:
echo off
rem jre.exe should be in your path and -cp should be set to the location of idl2pas.jar.
rem -mxNumber is the max heap size. This can be increased if the jvm runs out of heap.
echo on
java -mx40000000 -cp "D:/Program Files/Borland/Delphi7/Bin/idl2pas.jar" com.inprise.vbroker.compiler.tools.idl2pas %1 %2 %3 %4 %5 %6 %7 %8 %9
请问是什么问题导致?有没有其他简单的方法将IDL转换成pas文件?
 
重新安装bes吧,要不到环境变量里找找bes/bin,看看在不在。
 
用新建-corba-corba server application 里面可以直接导入idl文件,不过delphi7好像没有,delphi6有
 
顶部