Cant run any sketch

edited May 2016 in Python Mode

Code:

def setup():
    size(300,600)

Error: console: Failed to install '':

java.nio.charset.UnsupportedCharsetException: cp0. Безымянный

Answers

  • using Cyrillic?

    someone on the internet says

    "add -Dpython.console.encoding=UTF-8 (or whatever) as a JVM parameter"

Sign In or Register to comment.