Jython 在 Eclipse 控制台报错 console: Failed to install '': java.nio.charset.UnsupportedCharsetExc
Posted 0820LL
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Jython 在 Eclipse 控制台报错 console: Failed to install '': java.nio.charset.UnsupportedCharsetExc相关的知识,希望对你有一定的参考价值。
在 Eclipse 中使用 Jython 时报错
解决办法
右键 --> Run As --> Run Configurations --> Arguments --> 设置 VM arguments
-Dpython.console.encoding=UTF-8
以上是关于Jython 在 Eclipse 控制台报错 console: Failed to install '': java.nio.charset.UnsupportedCharsetExc的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 Jython/PyDev 修复 Eclipse Kepler/Luna 中的 UnsupportedCharsetException?
在eclipse中用java调用python报错 Exception in thread "main" ImportError: Cannot import site module