Skip to content

Frequently Asked Questions

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.

Clone this wiki locally