-
I'm having issues using the library(?) in it not loading so I cant use it. How would I do it?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Unless you provide info about the actual issue(s) you're facing and what avenue you've already explored, I doubt anyone will be able (or willing) to help you |
Beta Was this translation helpful? Give feedback.
-
If you want to use Rhino through the ScriptEngine interface, you need to make sure you have both the org.mozilla.rhino-engine and |
Beta Was this translation helpful? Give feedback.
If you want to use Rhino through the ScriptEngine interface, you need to make sure you have both the org.mozilla.rhino-engine and
org.mozilla.rhino-runtime on your classPath and then you should be able to get the engine using the code you already used:
new ScriptEngineManager().getEngineByName("rhino");