tags:

views:

50

answers:

2

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
I can not open this link would you please explain it yourself?sorry
Johanna
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