Bug#845795: scala-parser-combinators: no symlink for scala-parser-combinators.jar?

Emmanuel Bourg ebourg at apache.org
Mon Nov 28 23:21:05 UTC 2016


Hi Patrice,

Scala libraries are built for a specific version of the runtime
(different versions of the runtime aren't fully compatible) Here
scala-parser-combinators was built with Scala 2.11 and the jar installed
in /usr/share/java contains the scala version to make this clear. So you
simply have to modify the find_jar directive of your wrapper script and
look for scala-parser-combinator_2.11 instead of scala-parser-combinator.

Emmanuel Bourg



More information about the pkg-java-maintainers mailing list