This page contains an archived post to the Jini Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
jini corba integration
Posted by missam momin on April 20, 2000 at 1:20 PM
Hi I am working on integrating jini and corba architectures My corba code is working fine but I create and interface which extends serializable and implement this interface . I call this using the jini service the program compiles but except for an small error it doesn't recognize the obj ref of the idl file i.e it says objHelper class not found I have used idlto java compiler from sun where you don't need any files for compiling except for the service file and the interface the service doesn't find the interface and just returns on the command line what should I use in order to get this working your reply is appreciated as this is my thesis and I am suppose to defend by first week of may thanks missam
Replies:
|