I want to use this library to write a Java remote plugin for Neovim, but when I try to build using Gradle I get the following error message: > Task :compileJava ...
When I try to run following example, it returns an exception: public void runScript() throws JepException { try (Jep jep = new Jep(false)) { jep.eval("import somePyModule"); // any of the following ...