I have a simple Java console application that I have built in NetBeans. It runs fine within NetBeans, but I want to export it into a jar so I can run it on other machines.
I have been trying to export this project but am encountering numerous fails, and have been told to try building the jar file with Maven.
I can't find any good online resources to achieve this and am not actually sure that it's the correct thing to do to get my java app going.
Any advice would be appreciated.
Java Applicationgets a JAR. Have you looked the tutorial? – trashgod Jul 28 '11 at 15:46