解释 Java 的脚本引擎
我记得遇到过一个开源项目,该项目构建了一个解释 Java 的 Java 脚本引擎(不,不是 Rhino,那是针对 JavaScript 的,它运行 Java)。如果您遇到过该项目,请分享链接。
(当然,在 Google 上搜索 Java 和 scripting 的单词组合会返回所有 JavaScript 结果,唉,这不是我要找的东西,该死的 google!)
I remember running into an open source project that built a Java scripting engine that interprets Java (no, not Rhino, that's for JavaScript, it runs Java). If you have come across that project, please share Link(s).
(Of course doing a Google search of the word combination of Java and scripting returns all the JavaScript results, alas, that is not what I am looking for damn you google!!!)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可能需要 BeanShell。从他们的网站:
(强调我的)
You probably want BeanShell. From their site:
(emphasis mine)
您指的是 Groovy 或 Grails< /a>?哪些是转换为字节码的脚本语言。
You mean Groovy or Grails? Which are scripting languages that convert into bytecode.
Jikes 研究 VM 是用 Java 编写的 Java。
http://en.wikipedia.org/wiki/Jikes_RVM
下面是 Java 实现的列表:
http://en.wikipedia.org/wiki/List_of_Java_virtual_machines
Jikes research VM is Java written in Java.
http://en.wikipedia.org/wiki/Jikes_RVM
And here's a list of Java implementations:
http://en.wikipedia.org/wiki/List_of_Java_virtual_machines