Generate Jar file with eclipse Indigo

  1. Create a Java Application and Source files and libraries to it.
  2. Right click on the project->Export->Jar File-Click on Next until you see JAR manifest specifications dialogue box.
  3. Select -Generate Manifest file
  4. Click on browse and select the Main file.
  5. Click on Finish

Comments

Popular posts from this blog

Spring MVC- Redirect from one controller to another

Integrating Struts2 with Spring Security using Custom Login Form