I\'m looking for a solution for embedding the Google JavaScript engine V8 in my Java application.
Have you got some solutions?
There's not really any straightforward way you can do it, but, I would suggest Rhino or the JNI. The former is easier, but, not v8, the latter is hard and finicky, but, v8.
Or, you can use a seperate v8 process, and talk with it with Java.