On Thu, 2006-07-27 at 16:01 +0530, Hari Shreedharan wrote: > hi, > > I had mailed couple of weeks back on opentasks pending on GNU > Classpath.Kindly tell me what are all the open tasks except for Swing, > especially if any in networking and RMI. > Right here is one: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27383 We need an implementation of what Sun names rmiURLContextFactory, which I belive (this isn't quite my area) is an InitialContextFactory for RMI. The JDK includes such a provider, we don't. So we need one. (For an example of such a provider, only for HTTP instead of RMI, you can see, for example:) http://docs.jboss.org/jbossas/javadoc/4.0.2/org/jboss/naming/HttpNamingContextFactory.java.html /Sven