I am having some difficulties with corba/java and eclipse. I have created the project HelloApp and have created the Hello.idl
file. I have changed my path in windows like in here:
compiling corba .idl file error
When I run the command in cmd it seems like it gets executed but associated packages and compiled files do not show when I run this command. I have installed the corba packages on eclipse and I have made the appropriate IDL compiler with the correct location of where my idlj.exe is. Everytime I try to compile nothing happens, no errors at all.
I am following this guide:
https://docs.oracle.com/javase/7/docs/technotes/guides/idl/tutorial/GSIDL.html
and currently stuck on: idlj -fall Hello.idl
Any ideas what I am doing wrong or missing? I have installed the package from here: http://eclipsecorba.sourceforge.net/update_unstable
I have also seen this post: