Jar File and Options
Jar File Field
Specify the name of the target Jar file, including the file system directory to which it
will be exported, or click Browse to select one from the file system.
File Selection
Select the file types you want to export by enabling one of more of the following
check-boxes:
- .class Enable if you want to export bytecode for the selected classes.
- .java Enable if you want to export source code for the selected
classes.
- resource Enable if you want to copy files from the project_resources
directory to the target directory.
- bean Enable to mark applets within the Jar file as beans.
- Details If you selected a project or package before you launched the
Export SmartGuide, then the contained types, resources, and beans are automatically
selected by default. Click Details to enable or disable type and
resource check-boxes to change the default selection.
- Select referenced types and resources Click to select types and
references referenced by the selected classes for export.
- Deselect BeanInfo and PropertyEditor By default, BeanInfo and
PropertyEditor types in the pre-selected project or package are also selected. Click
this button to remove BeanInfo and PropertyEditor classes from the types that will be
exported.
- .html Enable to generate an HTML file which, when loaded in a browser,
launches an applet. Click Details to select which applets in the
export set you want to generate this file for.
Export Options
- Include debug attributes in .class files If you want to debug the
exported classes with an external debugger, enable this option so that debugging
information for the bytecode is available to the debugger.
- Compress the contents of the Jar file Enable to have the exported types
and resources compressed in the Jar file.
- Overwrite existing files without warning Enable if you do not want to
be warned when you select a Jar file that already exists. Already-existing Jar files
are overwritten, not added to.
- Automatically open a web browser on created .html files If you enable
the .html check-box, which creates an HTML launch file for an exported
applet, then enable this option if you want the SmartGuide to open that file in a browser
immediately after exporting.
Click Finish.

Exporting for Debugging
