Creating and Deploying a Simple Archive to the File System

JDeveloper has various deployment modes for different applications. However, you may want to quickly and simply deploy your application as a JAR or ZIP file to your file system.

To create and deploy a simple archive in JDeveloper:

  1. In the Navigator, select the <projectname >.jpr in which you want to create a simple archive deployment profile.
  2. Choose File | New to open the New Gallery.
  3. In the Categories tree, expand General and select Deployment Profiles. In the Items list, double-click JAR File - Simple Archive.

    If the category or item isn't found, make sure the correct project is selected, and choose All Technologies in the Filter By dropdown list.

  4. Click OK.
  5. Specify a location for the deployment profile or accept the defaults.
    The deployment profile is named with a .deploy filename extension.
  6. Click Save.
  7. The JAR Deployment Profile Properties panel displays. Configure the settings for each page as appropriate.
  8. Click OK when you are done.

    The newly created deployment profile appears in the Navigator below the specified project.

  9. Select and right-click the deployment profile in the Navigator.
  10. Choose the Deploy to JAR file option. By default, the simple archive is deployed in the current project's deploy directory.

To o make changes to the profile, select it in the the Navigator, right click, and choose Properties, or double click on the profile in the Navigator.


Related topics

About Deployment Profiles
Creating and Editing a Deployment Profile
Deploying an Executable JAR File

 

Copyright © 1997, 2004, Oracle. All rights reserved.