I used to use Jbuilder for JAVA development. In Jbuilder, I was able
to create executabe jar that has all the libraries in and run on its
own. How do you create same kind of executable jar with NetBeans?
Thanks in advance,
Seung
CD1 - 25 Feb 2005 20:30 GMT
Hi!
I use NetBeans 4.0 and it creates a .jar file everytime you compile
your project (pressing F11). The file is created on
<your_project_directory>/dist/<your_project_name>.jar
Was that your question? :)
See ya