Building cross-platform(Linux, Windows) java JNI application with maven -


i want build java application uses jni , code in c. want make app cross-platform compiling native code , packaging native platform-dependent libraries within jar file. following this guide not working. have no examples maven-native-plugin nor nar plugins. how possible make java native methods cross-platform?

i suggest check nar-maven-plugin example.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -