Exception in thread "main" java.lang.AssertionError: java.lang.NoSuchFieldException: override
at net.openhft.compiler.CompilerUtils.<clinit>(CompilerUtils.java:64)
at com.synstorm.common.Utils.ConfigInterfaces.CodeGeneration.LogicalFunctionFactory.generateFunction(LogicalFunctionFactory.java:35)
Caused by: java.lang.NoSuchFieldException: override
at java.base/java.lang.Class.getDeclaredField(Class.java:2417)
at net.openhft.compiler.CompilerUtils.<clinit>(CompilerUtils.java:60)
... 14 more
java.lang.NoSuchFieldException: override occured when calling CompilerUtils.CACHED_COMPILER.loadFromJava.
Is it issue with my code or with compiler on Java 12?
Hello. I'm using compiler v 2.3.4. Here is my code:
java.lang.NoSuchFieldException: override occured when calling CompilerUtils.CACHED_COMPILER.loadFromJava.
Is it issue with my code or with compiler on Java 12?