Skip to content

CAUTION: This site hosts draft documentation for the next release. For published content of the latest release, visit www.eclipse.org/openj9/docs

-Djava.security.propertiesList

This system property is used to specify different java.security property files that have the profiles you want to use instead of putting those different profiles into a single java.security file.

Syntax

    -Djava.security.propertiesList=<file_names>

For example,

Windows™ systems: -Djava.security.propertiesList=file1;file2;file3 Unix® type systems: -Djava.security.propertiesList=file1:file2:file3

See also