<[EMAIL PROTECTED]> writes: > Hi, > > I'm new to this list and XML-RPC. Can anyone please let me know that if it is > possible to use the java client in JDK 1.1 and have server running in JDK > 1.2+. I know that answer is gonna be most probably yes. Thus my next and > important question is if the source code compilable with JDK 1.1? or do we > have compiled jar files for JDK version 1.1 avaialable. > > Any other thoughts on this issue are welcome. > > Regards > Sameer Taneja
As listed in the REQUIREMENTS section of the README.txt file in the root of the distribution directory, JDK 1.2 is required. As you mention, 1.1 will probably still work for the client, but I wouldn't count on this being the case always.
