sctplab / SCTP_NKE_ElCapitan

A version of the SCTP NKE running on Mac OS X 10.11 (El Capitan)
54 stars 7 forks source link

i have install it as the README.md do ,but i still can't use it by jdk-8. can anyone tell me why? #3

Closed apri30th closed 6 years ago

apri30th commented 7 years ago

i can't compile a simple java example with jdk-8 . my jdk is java version "1.8.0_151" Java(TM) SE Runtime Environment (build 1.8.0_151-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)

when i compile the java sctp program , the error is as below SCTP not supported on this platform .

tuexen commented 7 years ago

I guess you would need to build the jdk with SCTP support, which most likely wasn't done, since the SCTP support is not provided by Apple. I'm not sure, but might have more luck with using FreeBSD, Linux or Solaris.

tuexen commented 6 years ago

I have tested FreeBSD. The openjdk from the ports collection supports SCTP.