Re: [Back Porting] Classpath and other
- From: Roedy Green <my_email_is_posted_on_my_website@xxxxxxxxxxxxxx>
- Date: Mon, 31 Oct 2005 03:23:39 GMT
On 29 Oct 2005 08:09:53 -0700, "Java script Dude"
<despam2004@xxxxxxxx> wrote, quoted or indirectly quoted someone who
said :
>[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)
Modifying system classes is cheating as is writing classes in the java
/ javax package tree.
I think you will need to replace the classes in rt.jar.
This might turn into one of those nightmare "loose bedspread thread"
projects where you try to pull out a loose thread and it keeps on
unravelling.
A tiny change to one class precipitates rippling changes in other
classes. It should not happen, but make sure before embarking.
You will be in legal trouble if you sell any product with such mods.
To do this legally, you will need to implement those classes yourself
in your own package.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
.
- Prev by Date: Re: Javaholics
- Next by Date: Re: [Back Porting] Classpath and other
- Previous by thread: Re: [Back Porting] Classpath and other
- Next by thread: Re: [Back Porting] Classpath and other
- Index(es):