Compiling with Older Version
Hello
I used to compile my code using an older version of jdk. It was definetely 1.3.1_xxx. The latest one available is 1.3.1_18 and i just downloaded it and tried to compile my codeand it gave me compile errors. I knew this code used to compile with an older version
so i have two questions
(1) I would like to know where is the download for the older versions
(2) if possible, can anyone tell me which version would have been.
The following is the code
decode(java.lang.String) in java.net.URLDecoder cannot be applied to decode(java.lang.String, java.lang.String)
Thanks...

