[Question] Java 8 compatability
Opened this issue · 1 comments
Deleted user commented
Hello,
is there any java implementation that might be compatible with Java 8+?
Deleted user commented
jNetPcap relies on JDK's foreign function feature that was introduced in JDK-19. So unfortunately it will not be able to support any JDKs below 19.
The main purpose of rewrite of jnetpcap was to not have any reliance on any external JNI based libraries as v1 had due to foreign finction APi being builtin. This way jnetpcap is available on any platform that has a JDK 19 or above and can run native libpcap.