79587124

Date: 2025-04-22 17:35:24
Score: 0.5
Natty:
Report link

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.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jako