Failed to create Jython interpreter
使用 ARM Development Studio 2020 仿真调试,遇到报错:Failed to create Jython interpreter.
ARM*社区有类似问题:Filed to create Jython interpreter
问题是:
I am new to DS-5 and trying to finish the first tutorial. I’ve got the error message “Failed to create Jython interpreter”. Are there any prerequisites for connecting debugging session? What Jython.jar for Jython interpreter in Preferences setting? Which version of Java? System variable path? 连接调试会话是否有任何先决条件?Jython解释器怎么设置?使用哪个版本的Java?系统变量路径怎么设置?
回复是:
In your case, the issue is neither DS-5 nor Eclipse related, but rather caused by Jython not supporting path variables that contain non-standard characters. Your path variable contained Korean characters (username), which Jython failed to parse.Per our other conversation, the workaround is to move the install/license/path directories to one that do not have non-standard characters (or to create a new account on Windows using English name only). 问题既与DS-5无关,也不与Eclipse有关,而是由Jython不支持包含非标准字符的路径变量引起的。您的路径变量包含朝鲜语字符(用户名),Jython 无法解析该字符。根据我们的其他对话,解决方法是将安装/许可证/路径目录移动到没有非标准字符的目录(或者仅使用英文名称在Windows上创建新帐户)。
亲测解决方案:
- 检查工程路径里面是不是有非英文文件夹名,有的话把工程换到纯英文字符的路径下
- 检查计算机的用户名是不是中文的,如果是的话改成英文的
Win10把用户名改成英文的,参考这个链接:
如何在windows10系统将用户名改为英文
L@_@/
|