mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
When a class on the project classpath is loaded via reflection by one of the parents of the project classloader, sbt run can fail with a mysterious ClassNotFoundException. This is expected behavior but it wasn't previously explained to the user. Ref https://github.com/sbt/sbt/issues/5410.