Avi Cherry wrote:

> >  > Yes, but this leads to you having to change all of your import
> >>  statements if you switch from JDK 1.4 to 1.3 or earlier.
> >
> >Yes, you're right.
> >This is not a perfect solution.
> >
> >But since the java.awt.swing -> com.sun.awt.swing -> javax.swing
> >horror story, some tools are pretty good at automating that kind of change.
>
> More importantly, it breaks binary compatibility.  You would not be
> able to release a single binary that worked with the JavalinSoft
> version under JDK 1.3.1 and the Sun version in JDK 1.4.

And why not, could you tell us?
What prevent the "JavalinSoft" class from working with the  JDK 1.4?
And what prevent you from conditionally bridging the two package,
*if you relly need to*?

Cedric




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

Reply via email to