[ 
https://issues.apache.org/jira/browse/DERBY-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535966
 ] 

Kim Haase commented on DERBY-2188:
----------------------------------

About the following:

  java -Dderby.ui.territory=ja_JP -Dderby.ui.codeset=Cp939
      -Dij.protocol=jdbc:derby:
      org.apache.derby.tools.ij

  I'm not sure that I understand the -Dderby parts of this example... 

-D is a Java option that allows you to define (set) properties on the command 
line when you run a program. This command line (which should be all on one 
line) is setting values for the properties derby.ui.territory, 
derby.ui.codeset, and ij.protocol when it runs the org.apache.derby.tools.ij 
program (that is, when it starts the ij tool). Hope this helps.

> Developer's Guide talks about a jdbc url property "locale" which is not 
> supported by Derby.
> -------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2188
>                 URL: https://issues.apache.org/jira/browse/DERBY-2188
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.2.1.6
>            Reporter: Mamta A. Satoor
>            Assignee: Laura Stewart
>
> Under "Localizing Derby" section, Developer's Guide talks about error 
> messages and tools not relying on database's locale set by "locale=ll_CC". 
> But Derby does not support any property called "locale". 
> The exact statement from documentation is as follows 
> "The locale of the error messages and of the tools is not determined by the 
> database's localle set by the locale=ll_CC attribute when the database is 
> created but instead by the default system locale. This means that it is 
> possible to create a database with a non-default locale. In such a case, 
> error messages would not be returned in the language of the database's locale 
> but in the language of the default locale instead."

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to