Exporting an application client project

You can export an application client project as a JAR file.

To export an application client project from the workbench:

  1. In the J2EE perspective, click File > Export. The Export window opens.
  2. Under Select an export destination, click J2EE > App Client JAR file.
  3. Click Next.
  4. In the Application Client project list, select the application client project you want to export.
  5. In the Destination field, enter the full path and JAR file name where you want to export the application client project.
  6. Optional: To export source files, select the Export source files check box.
  7. Optional: If you are exporting to an existing JAR file and you do not want to be warned about overwriting it, select Overwrite existing file.
  8. Click Finish.

Related concepts
J2EE architecture
Application client projects
Related tasks
Creating an application client project
Importing an application client JAR file