• 【疑难】使用ARM development studio仿真 error:Failed to create Jython interpreter


    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上创建新帐户)。

    亲测解决方案:

    1. 检查工程路径里面是不是有非英文文件夹名,有的话把工程换到纯英文字符的路径下
    2. 检查计算机的用户名是不是中文的,如果是的话改成英文的

    Win10把用户名改成英文的,参考这个链接:

    如何在windows10系统将用户名改为英文


    L@_@/


  • 相关阅读:
    Redis bigkey管理
    部署服务网格的艺术
    web3 React dapp进行事件订阅
    用HTML、CSS和JS打造绚丽的雪花飘落效果
    redis手动搭建cluster(集群)
    算法笔记-第五章-大整数运算
    基于C语言实现的Linux系统中的EXT2文件系统
    dpdk pdump 原理浅析
    图片优化对SEO有着重要作用
    一篇文章带你搞懂什么是幂等性问题?如何解决幂等性问题?
  • 原文地址:https://blog.csdn.net/qq_33904382/article/details/126794575