Experto. Ponga .DLL en la raíz de JAR
Frecuentes
Visto 7,913 veces
2 Respuestas
11
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.
Respondido 28 ago 12, 12:08
2
You can see these links may it helps..
contestado el 23 de mayo de 17 a las 12:05
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas java maven jar or haz tu propia pregunta.
thanks, but I need Maven solution. For example some plugin, that will put file into root of JAR - Bienvenido a
mira esto stackoverflow.com/questions/12036607/… - Sumit Singh