6
I am creating a Java project with native methods (JNI) without having to create three separate projects for it. My goal is to compile everything I need all at once.
I use only one DLL/OS in this project generated by a single C file.
How to add this build step and move the library to the dist folder in pom do maven
or in the ant tasks
?
My indifference to Maven or ant tasks is that I intend to use netbeans to compile this, so whatever is easier to adapt is what I’m looking for.
Welcome to Stack Overflow. Try to better contextualize your answer by inserting relevant parts of the links that can solve the problem. The way it is, if external sites leave or give or change the link, your response will become useless.
– gmsantos