You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
squid233 edited this page Aug 16, 2025
·
1 revision
Could not resolve xxx for xxx
If you encountered error "Could not resolve io.github.over-run:overrungl for project name" for your Gradle project,
check your JDK version you are using.
NoClassDefFoundError/ExceptionInInitializerError
If you are using try-finally and encountered NoClassDefFoundError and ExceptionInInitializerError,
catch the exception in finally block.