You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, it's 2.5 years since the last commit, and I am curious what the status of this project is. Is it feature complete or is it abandoned for better alternatives? I am trying to install it locally on a linux, following the steps from the youtube video, and I fail with this error:
java.util.concurrent.ExecutionException: java.lang.AssertionError: Rhino not available
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at org.callimachusproject.Setup.start(Setup.java:243)
at org.callimachusproject.Setup.main(Setup.java:109)
Caused by: java.lang.AssertionError: Rhino not available
at org.callimachusproject.script.EmbeddedScriptEngine.(EmbeddedScriptEngine.java:71)
at org.callimachusproject.script.ScriptAdviceFactory.createEmbededScriptEngine(ScriptAdviceFactory.java:46)
at org.callimachusproject.script.ScriptAdviceFactory.createAdvice(ScriptAdviceFactory.java:39)
I am using Java 1.8.0_201
The text was updated successfully, but these errors were encountered:
Callimachus requires jdk1.7. it does not work with java8 and later. The project is idle while waiting further funding and resources.
James
On Jul 1, 2019 3:24 PM, Jeroen Kransen <[email protected]> wrote:
Hi, it's 2.5 years since the last commit, and I am curious what the status of this project is. Is it feature complete or is it abandoned for better alternatives? I am trying to install it locally on a linux, following the steps from the youtube video, and I fail with this error:
java.util.concurrent.ExecutionException: java.lang.AssertionError: Rhino not available
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at org.callimachusproject.Setup.start(Setup.java:243)
at org.callimachusproject.Setup.main(Setup.java:109)
Caused by: java.lang.AssertionError: Rhino not available
at org.callimachusproject.script.EmbeddedScriptEngine.(EmbeddedScriptEngine.java:71)
at org.callimachusproject.script.ScriptAdviceFactory.createEmbededScriptEngine(ScriptAdviceFactory.java:46)
at org.callimachusproject.script.ScriptAdviceFactory.createAdvice(ScriptAdviceFactory.java:39)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
jkransen
changed the title
Rhino not available
Not compatible with Java 8 or higher
Jul 2, 2019
Hi, it's 2.5 years since the last commit, and I am curious what the status of this project is. Is it feature complete or is it abandoned for better alternatives? I am trying to install it locally on a linux, following the steps from the youtube video, and I fail with this error:
java.util.concurrent.ExecutionException: java.lang.AssertionError: Rhino not available
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at org.callimachusproject.Setup.start(Setup.java:243)
at org.callimachusproject.Setup.main(Setup.java:109)
Caused by: java.lang.AssertionError: Rhino not available
at org.callimachusproject.script.EmbeddedScriptEngine.(EmbeddedScriptEngine.java:71)
at org.callimachusproject.script.ScriptAdviceFactory.createEmbededScriptEngine(ScriptAdviceFactory.java:46)
at org.callimachusproject.script.ScriptAdviceFactory.createAdvice(ScriptAdviceFactory.java:39)
I am using Java 1.8.0_201
The text was updated successfully, but these errors were encountered: