简体   繁体   中英

OpenJDK or Sun JDK for SCTP implementation

I'm setting up an Ubuntu VM for my project that requires SCTP connections. I'm confused as which Java7 to install for this - OpenJDK7 or SunJDK 7?

Which one would have the most support? I'll be prowling on the internet to find SCTP API's and usage.

In practice, it probably makes no difference which one you use. OpenJDK and the Oracle (not Sun!) badged JDK are based on the common OpenJDK code base. The biggest difference in practice (IMO) is that patches seem to arrive earlier for the Oracle branded version than for the OpenJDK-based packages in typical Linux distros.

Which one would have the most support?

I you want support for Java, contact Oracle sales and they can arrange a support contract. As part of that, they will advise you on which they can provide better support for.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM