英文:
jdk warning: Nashorn engine is planned to be removed from a future JDK release
问题
我正在尝试使用Karate Framework运行简单的API测试,但在执行过程中出现了以下错误。
计划从未来的JDK版本中移除Nashorn引擎。
经过查阅谷歌上的内容,我知道解决方案是添加参数。但程序参数被禁用了。请帮助我解决这个问题。
英文:
I am trying to run a simple api test using karateframework and i got following error while execution.
Nashorn engine is planned to be removed from a future JDK release
After going through the contentfrom google, i came to know the solution is to add arguments. But the program argument is disabled. Please help me in resoving the issue
答案1
得分: 1
Intuit Karate 不支持 Java 14。GitHub - intuit/karate 页面提到(部分内容):
> 支持的 Java 版本为 8 到 12。
英文:
Intuit Karate does not support Java 14. The GitHub - intuit/karate page says (in part)
> Any Java version from 8-12 is supported.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论