Target Directory and Options
Directory Field
Specify the target directory by typing in the path, or by clicking Browse and
navigating though the file system. Each package exported will create a subdirectory
in this path.
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.
- Details If you selected a project or package before you launched the
Export SmartGuide, then the contained types and resources 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.
- Overwrite existing files without warning Enable this option only if you
want existing files in your target export directory to be overwritten if you are exporting
files of the same name.
- 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
