I am doing a JGoodies GUI application using maven. The program successfully run on any idea, but when I created executible jar file with dependencies, jar file is also created successfully except running it there is an error :
Exception in thread "main" java.lang.NullPointerException at bemukan.downloadAccelerator.Home.(Home.java:23 at bemukan.downloadAccelerator.Main.main(Main.java:15)
Thats there is an NullPointerException. I wonder whether jgoodies maven plugin for creating jar file.
Adding following plugin to the pom.xml, It provided to convert *.form files to *.java files