Hi, I am upgrading some code from River 2.1.2 to 2.2.2, primarily because the 2.2.2 artifacts are available on Maven central repo, making it easier to get up and running with.
I have been using com.sun.jini.tool.ClassServer, to serve up .jars over HTTP, which is pretty easy to use like this: classServer = new ClassServer(port, libDir, false, true, true); classServer.start(); Has this been removed from 2.2.x? I can't seem to find it. Is there something equivalent to replace it if so? Rupert
