ij.password property The ij.password property specifies the password used to make connections. ij.password property

This property is used in conjunction with the ij.user property to authenticate a connection. If authentication is not active, these properties are ignored.

Syntax ij.password=password Example java -Dij.user=me -Dij.password=mine org.apache.derby.tools.ij
See also

See the for more information on authentication and security.