# javac LombokProbe.java with -processorpath lombok-.jar, then java LombokProbe. Class: @Getter on one field. Lombok 1.18.34 on JDK 25: javac failed: java.lang.ExceptionInInitializerError Lombok 1.18.34 on JDK 26: javac failed: java.lang.ExceptionInInitializerError Lombok 1.18.34 on JDK 27: javac failed: java.lang.ExceptionInInitializerError Lombok 1.18.40 on JDK 25: compiled; getName() = ankur Lombok 1.18.40 on JDK 26: compiled; getName() = ankur Lombok 1.18.40 on JDK 27: javac failed: java.lang.ExceptionInInitializerError Lombok 1.18.46 on JDK 25: compiled; getName() = ankur Lombok 1.18.46 on JDK 26: compiled; getName() = ankur Lombok 1.18.46 on JDK 27: javac failed: java.lang.ExceptionInInitializerError Lombok 1.18.48 on JDK 25: compiled; getName() = ankur Lombok 1.18.48 on JDK 26: compiled; getName() = ankur Lombok 1.18.48 on JDK 27: compiled; getName() = ankur # The same source with the jar on the class path only (no -processorpath), the way a hand-run javac used to find it: JDK 21, Lombok 1.18.48 on the class path only: exit=0 Note: Annotation processing is enabled because one or more processors were found JDK 25, Lombok 1.18.48 on the class path only: exit=1 /lanes/src/LombokProbe.java:11: error: cannot find symbol JDK 23, Lombok 1.18.48 on the class path only: exit=1 /lanes/src/LombokProbe.java:11: error: cannot find symbol JDK 24, Lombok 1.18.48 on the class path only: exit=1 /lanes/src/LombokProbe.java:11: error: cannot find symbol