Scala unsatisfiable cyclic dependency in "table-layout" library (Toolkit class)

Posted by Atol on Stack Overflow See other posts from Stack Overflow or by Atol
Published on 2012-07-04T19:53:26Z Indexed on 2012/07/04 21:16 UTC
Read the original article Hit count: 137

Filed under:
|
|
|

When I try to compile with sbt some code containing an instance of a Table from this library I get this error:

java.lang.AssertionError: assertion failed: unsatisfiable cyclic dependency in 'class Toolkit' 

It seems to work with Java so I don't understand why it fails in Scala.

Here is the toolkit class: http://code.google.com/p/table-layout/source/browse/branches/v1/tablelayout/src/com/esotericsoftware/tablelayout/Toolkit.java

As long as I get this error I'm totally stopped in my project :(.

© Stack Overflow or respective owner

Related posts about java

Related posts about scala