[classlib][luni] provide appropriate values for non-standard impl-specifc properties
------------------------------------------------------------------------------------
Key: HARMONY-3736
URL: https://issues.apache.org/jira/browse/HARMONY-3736
Project: Harmony
Issue Type: Bug
Components: Classlib
Reporter: Alexey Varlamov
Currently classlib mostly relies on VMs providing non-standard properties which are needed
for classlib implementation.
These in particular include:
"java.tmpdir", "user.language", "user.region", "file.encoding", "user.timezone", "java.util.prefs.PreferencesFactory",
"javax.xml.transform.TransformerFactory"
Some of them may be not needed at all, while others are required. Classlib should take care
of them and set them if VM does not provide specific values.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|