Export JAR with Netbeans

Damir picture Damir · Dec 21, 2010 · Viewed 107.6k times · Source

How to export java project to JAR with Netbeans ? I cannot find options like in Eclipse.

Answer

a_horse_with_no_name picture a_horse_with_no_name · Dec 21, 2010

You need to enable the option

Project Properties -> Build -> Packaging -> Build JAR after compiling

(but this is enabled by default)