For the life of me I cannot get the pi4j libraries build in netbeans when running in windows. It will not work when there is a FXML file in the project (more specifically when i add the pi4j-core.jar to the library). I get the following error when it builds:
Code: Select all
jarsigner: unable to sign jar: java.util.zip.ZipException: duplicate entry: META-INF/maven/com.pi4j/pi4j-core/pom.xml
Enter Passphrase for keystore: Enter key password for nb-jfx:
C:\Users\Wesley\Documents\NetBeansProjects\GPIOTest\nbproject\jfx-impl.xml:1346: The following error occurred while executing this line:
C:\Users\Wesley\Documents\NetBeansProjects\GPIOTest\nbproject\jfx-impl.xml:2408: The following error occurred while executing this line:
C:\Users\Wesley\Documents\NetBeansProjects\GPIOTest\nbproject\jfx-impl.xml:1674: jarsigner returned: 1
BUILD FAILED (total time: 16 seconds)Thanks in advance for the help!