You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Dave Brosius (JIRA)" <ji...@apache.org> on 2016/09/05 19:35:20 UTC

[jira] [Created] (CASSANDRA-12612) cassandra doesn't build on jdk 9

Dave Brosius created CASSANDRA-12612:
----------------------------------------

             Summary: cassandra doesn't build on jdk 9
                 Key: CASSANDRA-12612
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12612
             Project: Cassandra
          Issue Type: Bug
          Components: Packaging
         Environment: jdk9-ea
            Reporter: Dave Brosius
            Priority: Minor
             Fix For: 4.x


Build fails with

Unable to load a script engine manager (org.apache.bsf.BSFManager or javax.script.ScriptEngineManager)

Adding jars bsf.jar, commons-logging.jar and rhino.jar to the ant class path (~/.ant/lib)  fixes the problem, however because there are <script> and <scriptdef> tags at the top most level in the build.xml, these jars can't be loaded as part of the build, and work.

There is this: http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8152533





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)