This is because java.lang.Compiler
has been removed from JDK 21 and onwards.
I was previously marked as Deprecated: https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Compiler.html
You may try compiling your project using JDK 17 or previous version to prevent getting this exception.