Results 1 to 1 of 1

Thread: PutArchive - Using putArchive() to include a jar file in the archive

  1. #1
    brianl Guest

    Using putArchive() to include a jar file in the archive

    This bean is an example of how to use the putArchive() API call in ArchiveBuilderSupport to include a jar file in the setup archive, so that classes within this jar file can be used by custom beans within the setup. This bean has a property named "jarFile", which is specified with the full path to the jar file in the IDE. A beaninfo class is included which provides a File browser property editor in the IDE such that the jar file may be browsed for within the IDE.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •