06.07.2017, 23:16
(This post was last modified: 06.07.2017, 23:18 by IlmariKrebs.)
Wenn Du eine geeignet Stelle um vergleichbares wie hier zu setzen:
set JMX_OPTS=-Xmx1024m -XX:MaxPermSize=768m -XX:+UseOSErrorReporting -Duser.language=en -Duser.country=US
oder passende Environmentvariablen definieren. Eigentlich sollte die JVM die Locales vom Hostsystem auslesen:
Localization
set JMX_OPTS=-Xmx1024m -XX:MaxPermSize=768m -XX:+UseOSErrorReporting -Duser.language=en -Duser.country=US
oder passende Environmentvariablen definieren. Eigentlich sollte die JVM die Locales vom Hostsystem auslesen:
Quote:The default locale of your application is determined in three ways. First, unless you have explicitly changed the default, the getDefault() method returns the locale that was initially determined by the Java Virtual Machine (JVM) when it first loaded. That is, the JVM determines the default locale from the host environment. The host environment's locale is determined by the host operating system and the user preferences established on that system.
Second, on some Java runtime implementations, the application user can override the host's default locale by providing this information on the command line by setting the user.language, user.country, and user.variant system properties.
Localization
Grüße,
Ilmari
