Re: [Back Porting] Classpath and other
- From: Thomas Hawtin <usenet@xxxxxxxxxxxxxxxxx>
- Date: Sat, 29 Oct 2005 20:26:11 +0100
Java script Dude wrote:
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.
Under what license are you attempting to do this under? The terms are generally very strict and don't allow alteration of boot classes.
I'd ditch the app vendor sharpish. 1.3 has been in end-of-life since last year.
Tom Hawtin -- Unemployed English Java programmer http://jroller.com/page/tackline/ .
- Prev by Date: Re: Again about default button
- Next by Date: JDBC to Microsoft SQL
- Previous by thread: Re: Again about default button
- Next by thread: Re: [Back Porting] Classpath and other
- Index(es):