duoduobingbing commented on issue #4261: URL: https://github.com/apache/netbeans/issues/4261#issuecomment-4047735561
@olivalpaulino The reason is that the changed encoding has to be set for the IDE itself (e.g. via `netbeans.conf`) **and** for the project (e.g. under `exec.vmArgs` in the "Run" action for the specific project). `JAVA_TOOL_OPTIONS` gets picked up by both (the individual project and the IDE), so it works. -- 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
