I am trying to initialise an RMI client for which I have used Spring.
Now, the application\'s RMI context is stored in file= rmiClientAppContext.xml
The relevant
In this particular case you should include commons-logging-1.1.1.jar in your client classpath. Spring-Core depends on it.
In general I suggest you to use Maven or similar tool to manage your dependencies.