Eclipse IDE caters the need to create a Java project easily and quickly. Moreover, you can also save the project on your computer by exporting the created project. So, in order to export a Java project from Eclipse IDE, you need to follow the below-mentioned steps.

  1. Right-click on the Java project and select ‘Export’, as shown below.image001
  2. ‘Export’ dialog box will be displayed.
  3. Expand the ‘General’ folder and select the ‘Archive file’ option.image003
  1. Click Next.
  2. ‘Export Archive file’ dialog box is displayed.image005
  3. Click ‘Browse’ button.
  4. Save the exported file by providing a file name.
  5. Select ‘Zip’ as ‘Save as type’ from the drop down option.image007
  6. Click ‘Save’ button.
  7. You will see the browsed path being displayed in the ‘Export Archive file’ dialog.image009
  8. Click ‘Finish’ button.
  9. Navigate to the path where you have saved the project. You will find the zipped file, as shown below.image011