How I can include native .dll
file in root of JAR using Maven?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
If you already have your .dll file just store it in your project's
src/main/resources
directory and Maven will put it in the target jar's root directory.You can see these links may it helps..