Thanx for replying. So does anyone have idea, if we have any Java 1.1 client library available. My specific need is JDK 1.1.8
Sameer -----Original Message----- From: Daniel Rall [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 3:21 PM To: [EMAIL PROTECTED] Subject: Re: Java version question <[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.
