Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我进行了很多研究,但找不到有关在 Java 中使用 JRuby 的最新资料。我正在实现这段代码,它在我运行时返回 null:
这是我的代码:
ScriptEngine blah = new ScriptEngineManager().getEngineByName("jruby")
我确定类路径是正确的,并且我已经正确完成了设置。
有什么建议吗?