[sctp-dev] Use SCTP with Java 1.6?
Christopher Hegarty - Sun Microsystems Ireland
Christopher.Hegarty at Sun.COM
Wed Jan 6 06:57:12 PST 2010
Hi Michal,
There is no binary/package of SCTP available for JDK6. We received a
number of inquiries about this so far, but none of which are considered
a high enough priority to consider an official backport to JDK6.
That being said, a while back I took the API and implementation from
JDK7 and tried to bolt it onto a JDK6 update. It was close to
completion, but I got side tracked with other things. When designing the
API, and doing the implementation, I considered the possibility that it
may one day be ported to JDK6. If you look at the implementation and you
will see that there are very little JDK7 dependencies. It should be
relatively straight forward to extract the API and implementation and
have it run with JDK6. One caveat, the implementation depends on a sun
private API and will only run with Sun's JDK.
Is this something you would be willing to work on? I can certainly help,
but I don't have the time right now to run with it myself.
-Chris.
On 06/01/2010 06:09, Michal Lefler wrote:
> Hi.
>
> I would like to use this SCTP implementation with my Java 1.6_17. Is
> there a binary distribution of this package alone?
>
> How can I use this SCTP package with Java 1.6?
>
> Thanks,
>
> Michal.
>
>
>
>
More information about the sctp-dev
mailing list