J
Java script Dude
I am in need of back porting some libraries back from Java 1.4.2 to
1.3.1, namely
AbstractMap.java, HashMap.java, HashSet.java, LinkedHashMap.java &
LinkedHashSet.java.
Being stuck with 1.3.1n by an application vendor, I would love to be
able to use json-rpc-java libraries but they are coded for 1.4.
[q1] Where should I put these files in the classpath to ensure that
they get picked instead of the core JRE libraries (AbstractMap,
HashMap, HashSet)
[q2] Can any body think of any issues that arise from back porting
source to earlier java environments.
Note: we are using tons of third party libraries and frameworks for our
application. I am a little concerned about causing some obscure issues
with this code. Debugging such issues would be extremely troublesome.
Thanks!
JsD
1.3.1, namely
AbstractMap.java, HashMap.java, HashSet.java, LinkedHashMap.java &
LinkedHashSet.java.
Being stuck with 1.3.1n by an application vendor, I would love to be
able to use json-rpc-java libraries but they are coded for 1.4.
[q1] Where should I put these files in the classpath to ensure that
they get picked instead of the core JRE libraries (AbstractMap,
HashMap, HashSet)
[q2] Can any body think of any issues that arise from back porting
source to earlier java environments.
Note: we are using tons of third party libraries and frameworks for our
application. I am a little concerned about causing some obscure issues
with this code. Debugging such issues would be extremely troublesome.
Thanks!
JsD