Building the Calc Component
|
The Calc JAR file (located in samples/Calc/
) is built
from the following JSB files:
These JSB files can be imported directly onto the palette, or
packaged into a JAR file (which will add multiple palette icons
when it is imported).
The JAR file is constructed using a batch file, which references
a manifest file which notes which file(s) in the JAR are JavaBeans:
Create Calc.jar
by running BuildCalcJar.bat
(or BuildCalcJar.sh
on Unix)
from the (install dir)/samples/Calc/
directory.
( return to the top of the page )