-
-
Notifications
You must be signed in to change notification settings - Fork 705
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
Exception when trying to instantiate Reflections #219
Comments
That means you have an old version of Guava in your class path. Check your Guava version. |
I see the project have 2 guava libraries version 18.0 and 20.0 respectively. |
20.0 is pulled in by Reflections most likely, but 18.0 is probably winning. You could try setting up managed dependencies to force only 20. I currently force |
@Rafaelsk I have also encountered this problem, how do you solve it? |
@haixuan8192 I didn't. I couldn't use the library so I used Java's plain Reflection code form the JDK library. |
Under JDK8:
Code:
Exception
The text was updated successfully, but these errors were encountered: