|
Classpath
Here you may set the class path that Autojar will use for resolving class names.
Any class referenced directly or indirectly must be accessible
through this path.
(1) At the top a list of existing Eclipse Java projects is shown.
Check as many of them as you need. The classpaths of
these projects will be merged and taken over in the Autojar class path.
This is a convenient way if you want to extract classes from
Java projects. Simply select the Java projects that contribute to
the output archive. The result is shown in the middle window (2).
If you want to have more control over the class path, or if you want to extract
classes from sources not belonging to an Eclipse project, use the explicit
input shown below.
(4) In the window at the bottom, class path components (directories and archives) may be entered directly. Enter a file path in the text field and click on "add", or click on "Files..." or "Dirs..." to start a selection dialog. The generated list is shown in the middle window (3). List entries can be selected and deleted by clicking on "remove". Components entered here are placed before those taken from Java projects in the resulting class path. |