neilcsmith-net commented on issue #4261: URL: https://github.com/apache/netbeans/issues/4261#issuecomment-1185669743
Is this actually a duplicate of #3824 , or at least related? Good link posted there to https://bugs.openjdk.org/browse/JDK-8283620 and through that to https://git.openjdk.java.net/jdk/pull/8270 which introduces new system properties `stdout.encoding` and `stderr.encoding`. These are official variants of `sun.stdout.encoding` and `sun.stderr.encoding`. So we should probably use same principle of `stdout.encoding` overrides `sun.stdout.encoding` overrides `native.encoding`, rather than introducing something else? Also a question of whether the project properties (in `exec.vmArgs`) should override the IDE settings? cc @mbien @matthiasblaesing thoughts? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
