Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with Java 8 or higher #271

Open
jkransen opened this issue Jul 1, 2019 · 2 comments
Open

Not compatible with Java 8 or higher #271

jkransen opened this issue Jul 1, 2019 · 2 comments

Comments

@jkransen
Copy link

jkransen commented Jul 1, 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

@catch-point
Copy link
Contributor

catch-point commented Jul 2, 2019 via email

@jkransen jkransen changed the title Rhino not available Not compatible with Java 8 or higher Jul 2, 2019
@jkransen
Copy link
Author

jkransen commented Jul 2, 2019

Ok, I'll rename the issue, as it is an issue since Java 7 is EOL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants