Hi Guys,
I've noted that when using Netbeans, .jar file is created when you build your application. if i want executable jar file of my application, can i just take the same generated jar file, or should i create my own .jar via the command prompt. I mean whats the difference between that jar file created by netbeans and the the one i'll creat manually via the prompt?