Hi I work with netbeans,how can I create a jar file for my program? please help me thanks.
+1
A:
Netbeans: Packaging and Deploying Desktop Java Applications (Main Exercise: Creating and Distributing Executable JAR Files)
JuanZe
2010-03-05 19:37:37
I can not open this link would you please explain it yourself?sorry
Johanna
2010-03-05 19:40:56
A:
If you use the built in project templates NetBeans builds jar files automatically. Just select "Build" from the context menu (right-click your project node) and the jar file will be created inside a "dist" directory in project folder.
wierob
2010-03-05 20:09:07