Encoding 如何在Intellij IDEA中为TestNG输出配置编码?

Encoding 如何在Intellij IDEA中为TestNG输出配置编码?,encoding,intellij-idea,log4j,testng,Encoding,Intellij Idea,Log4j,Testng,我正在使用IntelliJ IDEA(14.0.1)中的TestNG(6.8.8)插件在本地环境中运行测试,但log4j生成的日志编码错误: [TestNG] Running: C:\Users\user\.IdeaIC14\system\temp-testng-customsuite.xml INFO com.common.reporter.ScreenShot# 33: Удаляем РІСЃРµ файлы РёР· папки C:\

我正在使用IntelliJ IDEA(14.0.1)中的TestNG(6.8.8)插件在本地环境中运行测试,但log4j生成的日志编码错误:

[TestNG] Running:
C:\Users\user\.IdeaIC14\system\temp-testng-customsuite.xml

INFO        com.common.reporter.ScreenShot#  33: Удаляем все файлы из папки C:\Workspace\tests\target\Custom suite\..\html\screenshots
TRACE       com.common.driver.DriverFactory# 137: os.name = windows 7
TRACE       com.common.driver.DriverFactory# 140: РўРёРї РћРЎ - windows
Starting ChromeDriver (v2.11.298604 (75ea2fdb5c87f133a8e1b8da16f6091fb7d5321e)) on port 20843
Only local connections are allowed.
我曾尝试通过运行/调试配置配置VM选项,并添加了此处所述的选项,但这两种解决方案都没有帮助

使用mvn运行时,它工作正常

这个问题怎么解决