Hi,
How do we deploy a RMI client...I mean after creating the stub class and the skeleton class (using rmic)...is there a standard way of deploying the client stub's to the client machines?
Maybe I don't know. But I guess my questions is if you have 100 client machines..how do we copy over these jar file (if that is the way..) and set up the client machines for classpath etc...
Is there a Easy way to install these on the client machines?
For Example, Microsoft has technology called .CAB files (called cabinet files) which is similar to jar files, but is gets downloaded on clients machines and registers itself on the machine throught Internet explorer. that's how Active X Controls are deployed to client machines...
Just copy the jar file over ... or if you really must, and you are using Windows only, then create an MSI using VS ... or if on Linux, then use a .run file ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.