在 Eclipse 中使用 Jython 时报错

Jython 在 Eclipse 控制台报错 console: Failed to install '': java.nio.charset.UnsupportedCharsetException: cp0.

解决办法

右键 --> Run As --> Run Configurations --> Arguments --> 设置 VM arguments

-Dpython.console.encoding=UTF-8

 Jython 在 Eclipse 控制台报错 console: Failed to install '': java.nio.charset.UnsupportedCharsetException: cp0.

 

相关文章: