IntelliJ IDEA 2017.1 Help

Runtime-Loaded Modules dialog

Use this dialog to manage dependencies on runtime-loaded modules (RLMs). The RLMs are identified by their main classes.

To add a dependency, click /help/img/idea/2017.1/new.png (Alt+Insert) and select the main class of the corresponding RLM in the Choose Main Class of Runtime-Loaded Module dialog that opens.

To optimize (reduce) the size of compiled RLM file, select the Optimize check box.

For more information, see the following table.

Item Description
/help/img/idea/2017.1/new.png or Alt+Insert Use this icon or shortcut to add a dependency. Select the main class of the corresponding RLM in the Choose Main Class of Runtime-Loaded Module dialog that opens.
/help/img/idea/2017.1/delete.png or Alt+Delete Use this icon or shortcut to remove the selected RLMs from the list of dependencies.
Main Class In this column, the fully qualified names of the main RLM classes are shown.

To replace a class with a different one, click the corresponding field (table cell) and click /help/img/idea/2017.1/browseButton.png that appears in the field (Shift+Enter). Then select the necessary class in the Choose Main Class of Runtime-Loaded Module dialog that opens.

Output File In this column, paths to RLM SWF files to be generated are shown (readonly). All the paths are relative to the build configuration output folder.
Optimize Select the check box for the corresponding RLM SWF file size to be optimized (reduced).

See Also

Last modified: 18 July 2017