kaitoy / pcap4j

A Java library for capturing, crafting, and sending packets.

Home Page:https://www.pcap4j.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't use slf4j-api-1.7.26.jar, they don't support jlink

francogp opened this issue · comments

Please, don't force us to use that api. It does not support jlink to compile. Use a modern one, or just the java logger, and then config what implementation to use in a config file (like JDK suggest).