jdf / Processing.py-Bugs

A home for all bugs and feature requests about Python Mode for the Processing Development Environment.
41 stars 8 forks source link

console: Failed to install '': java.nio.charset.UnsupportedCharsetException: cp65001. #238

Open xarthurx opened 6 years ago

xarthurx commented 6 years ago

It seems add -Dpython.console.encoding=UTF-8 as a VM argument can solve the issue: https://stackoverflow.com/questions/30443537/how-do-i-fix-unsupportedcharsetexception-in-eclipse-kepler-luna-with-jython-pyde

However, I cannot find where/how to add that one to.

jdf commented 6 years ago

This is already done.

https://github.com/jdf/processing.py/blob/master/runtime/src/jycessing/mode/run/SketchServiceProcess.java#L126

birdflyiot commented 4 years ago

主要是因为放置mode的processing文件夹目录里面有中文等非英文字符,可以把C:\Users\xxxx\Documents下的Processing复制到C:盘根目录下,然后在preferences里面修改sktechbook loaction为c:\processing就可以了