Tuesday, April 24, 2012

How to create Jar file in NetBeans

0 comments
  Steps to create Jar file    1.Open new project in NetBeans     2.Give  name to project and click on Finish button 3.After writing your program code you have to  do following steps.4.Right click on your project and select properties   5.Click on Run option in left side of window then click on Browse  button to select main class of project. Select main class and click on Ok button.   ...
Continue reading →