I’m currently starting to work with Java RMI and want to look at what bindings my local RMI registry (started by rmiregistry & from shell) offers after I’ve bound my server stubs. Is there a simple way to query all offered bindings from command line?
I’m currently starting to work with Java RMI and want to look at what
Share
The
rmiregistrycommand does not allow you to view the registry. Instead you can write a simple java program to do this. For example: