CORBA in JAVA and idlj compiler problem...
Hello there I am using jdk 1.4 and its default CORBA compiler javaidl and trying this example http://java.sun.com/developer/technicalArticles/RMI/rmi_corba/
When I am running the idlj -fserver FileInterface.idl command it is suppose to create a file name _FileInterfaceImplBase. However after I run the command it does create some files but not _FileInterfaceImplBase. Without that I can't proceed into the next step. I think I followed the link fully. What can be wrong?
take care
Arif.

