How Do I...


See what's needed to build and distribute a software product

Build the finished software product No tips for this topic No example for this topic Package my application into a runtime image

To build the finished product:

  1. Create or find an empty directory on your workstation.
  2. In the VisualAge Organizer window, pick the application that you want to package into the finished product.
  3. From the Applications, menu, select Make Executable.
  4. In the Make Executable window that opens:
  5. Copy the output generated and other needed files to the empty directory.
  6. Run the runtime image and test it.

To distribute your software, you send users the packaged runtime image and the other files in the directory. And you send them any DLLs, MRIs, or other files needed for distribution.


[ Top of Page | Previous Page | Next Page | Table of Contents ]