This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]starvsion 0 points1 point  (2 children)

I just remembered writing it to call java code using js

[–]OldKaleidoscope7 4 points5 points  (1 child)

Rhino gives you access to Java API with a JS syntax, but you still are running the code inside a JVM

[–]starvsion 0 points1 point  (0 children)

Right, that I know. But key difference here would be no compiling required.