How to embed V8 in a Java application?

后端 未结 3 360
遇见更好的自我
遇见更好的自我 2021-01-30 22:14

I\'m looking for a solution for embedding the Google JavaScript engine V8 in my Java application.

Have you got some solutions?

3条回答
  •  悲哀的现实
    2021-01-30 23:02

    Maybe you could try Jav8, which implement the Java Scripting API (JSR223) base on the Google V8 Javascript engine. I'm working on it from weeks ago, and it could support most simple scenes.

    http://code.google.com/p/jav8/

提交回复
热议问题