LogManager.getLogger() is unable to determine class name on Java 11 [duplicate]

The reason was that the multi-release class files were not being picked up from META-INF/versions/* because I hadn’t set the multi-release flag when I built my shaded jar.

I needed to add:

Multi-Release:true

To my manifest, and everything started working.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)