ij.password property ij.password property
Function

Specifies the password used to make connections. This property is used in conjunction with the ij.user property to authenticate a connection. If authentication is not active then these properties are ignored.

Syntaxij.password=password Examplejava -Dij.user=me -Dij.password=mine org.apache.derby.tools.ij
See the for more information on authentication and security.