TOC PREV NEXT INDEX



Generate a Jar file


To invoke the Jar Builder, select a .class file in the IDE which contains the first Spotlet which will be run by your application. Choose 'Build jar...' from the popup menu which can be obtained by right-clicking or control-clicking the file.

In the Jar Builder tool the following options are available

Class names entered in the Starting Points area will be examined to determine all dependencies which will be needed for the jar file. If there are packages which are known to be available on the deployment machine, they can be excluded in the Exclude packages area. Enter the names of packages to be excluded and a trailing period; for example "java." or "com.sun.". The View Dependencies button will create a tree which shows which classes rely on other classes (note that classes loaded by the forName() method will not appear here and must be added manually.)


Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX