Name

dsjavaproperties — apply OpenDJ Java home and JVM settings

Synopsis

dsjavaproperties [options]

Description

This utility can be used to change the Java arguments and Java home that are used by other server commands.

Before launching the command, edit the properties file located in /path/to/opendj/config/java.properties to specify the Java arguments and Java home. When you have edited the properties file, run this command for the changes to be taken into account.

Changes apply to the current server installation. No modifications are made to your environment variables.

Options

The following options are supported.

-Q, --quiet

Run the tool in quiet mode. Quiet mode will not output progress information to standard output.

-V, --version

Display version information.

-?, -H, --help

Display usage information.

Files

This command depends on the content of the config/java.properties file.

Exit Codes

0

The command completed successfully.

> 0

An error occurred.

Examples

$ dsjavaproperties 
The operation was successful.  The server commands will use the java arguments
 and java home specified in the properties file located in
 /path/to/opendj/config/java.properties