Berkeley DB Java RPC server, copyright (C) 2002 Sleepycat SoftwareThe Java implementation of the Berkeley DB RPC server is intendedprimarily for testing purposes. It provides the same interfaceas the C and C++ RPC servers, but is implemented via the Java APIrather than the C or C++ APIs. This allows the existing Tcl testsuite to exercise the Java API without modification.The Java RPC server relies on a Java version of rpcgen toautomatically generate appropriate Java classes from the RPCinterface specification (../db_server.x). We use jrpcgen, whichis part of the Remote Tea for Java project: acplt.plt.rwth-aachen.de/ks/english/remotetea.htmlTo rebuild the Java stubs from db_server.x, you will need todownload the full Remote Tea package, but if you just want tocompile the Java sources and run the Java RPC server, the runtimecomponent of Remote Tea is included in oncrpc.jar. Buildingthe Java RPC server is automatic when Berkeley DB is configuredwith the both --enable-rpc and --enable-java.All of the Remote Tea project is licensed under the Library GNUPublic License, and we have made no modifications to theirreleased code.