On Fri, 13 Jul 2001, Carsten Ziegeler wrote:

> there current version of c2 is not compilable with the jdk1.2,
> because of some reference to new methods of the java.net.URL
> class which are introduced in jdk 1.3.
> These are in the URLSource: getUserInfo() and in the
> URLFactoryImpl: getPath().
>
> So, now we face the question: which jdk is required for 1.3?
>
> We could remove the getUserInfo() class in the URLSource.
> This was only an additional feature for getting authenticated
> http urls working, but I am not sure about the getPath() call.
>
> I vote for using jdk 1.3.

can't we put a try block around references to stuff only available in
jdk-1.3 so that jdk-1.2 people can just ignore those bits of code? is this
stuff used in a core method or are they just data access methods provided
for the user?

- donald


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to