jrtom/jung

Error calling layout.setSize

Closed this issue · 1 comments

This is not a bug (as far as I can tell) but when I call setSize on an instance of a CircleLayout, I am getting this error:

Exception in thread "main" java.lang.NoClassDefFoundError: com/google/common/util/concurrent/internal/InternalFutureFailureAccess

At the point this is thrown, I have created the instance of CircleLayout with the graph I have and then call setSize.

I think this is a versioning issue somewhere but I can't find any reference to this at all through some internet searching.

I am using JUNG 2.1.1, guava 30.0 and JRE 1.8.