This project is a Java library for searching IP address-related data in a CZDB database. It supports three types of search algorithms: memory search, binary search, and B-tree search.
java.lang.IllegalAccessError: class net.cz88.czdb.DbSearcher (in unnamed module @0x64a294a6) cannot access class sun.net.util.IPAddressUtil (in module java.base) because module java.base does not export sun.net.util to unnamed module @0x64a294a6
at net.cz88.czdb.DbSearcher.getIpBytes(DbSearcher.java:566)
at net.cz88.czdb.DbSearcher.search(DbSearcher.java:300)
java.lang.IllegalAccessError: class net.cz88.czdb.DbSearcher (in unnamed module @0x64a294a6) cannot access class sun.net.util.IPAddressUtil (in module java.base) because module java.base does not export sun.net.util to unnamed module @0x64a294a6