-
Notifications
You must be signed in to change notification settings - Fork 67
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
Error when running Main demo class in latest GitHub code #60
Comments
How do you run the Demo class ? |
Are you running a pre 1.8u40 JDK or maybe a JDK 9 EA? |
I'm running through Eclipse in Windows (no Gradle) and JDK 1.8u131. Haven't tried with JDK 9 EA. |
Can you try via command line? See comment by @cbvms123 . Do you still get the same error? |
Running it through Gradle seems to work just fine. Thanks! Is there something in the Gradle configuration that fixes the errors? To do it myself without Gradle, I had to add the overridden |
Glad you could fix it. Looks like you mix incompatible versions. Just see the dependencies{} block in the corresponding Gradle scripts. |
Clone the GitHub repository and tried to run the latest demo, (or even the simple tutorials found online). I'm getting the following error:
The text was updated successfully, but these errors were encountered: