-
Notifications
You must be signed in to change notification settings - Fork 25
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
Internal Synoptic error: ClassCastException #420
Comments
My first guess would be that it's a Java 10 issue. I think the latest Java version I personally have run Synoptic under is 8. By chance do you also have any earlier JRE versions installed? |
That was my first guess, so I checked the ant build files and realized that the compiler is targeted to Java 7 (https://github.com/ModelInference/synoptic/blob/master/synoptic/build.xml#L48). I don't have other java versions installed right now, do you think that if I install an older version of JRE, say 8, the error will be gone? |
The same issue here. I resolve this issue by switching Java8 from Java11. It solved for me. |
Same here, I switched to Java8 from Java14. Should this be mentioned in the setup tutorial? The setup guide only says it should be JRE 7 or higher for the moment. |
The text was updated successfully, but these errors were encountered: