Hello,
I am trying to debug a "corba server written in java" application in eclipse which needs to run some corba-orbix commands before coming to
java. Without this, my java code is not able to connect to corba. The corba services commands are in a windows batch file(start_services.bat). Is there any way in eclipse where I can first run the ".bat" file and then start debugging so that my program can connect to corba when being debugged?
I tried starting the same in a command window but I believe that the jave environment in eclipse is not picking it up.
Can you please help?
Regards
Vijay