better-strings icon indicating copy to clipboard operation
better-strings copied to clipboard

Error: class com.antkorwin.betterstrings.BetterStringsProcessor (in unnamed module @0x292158f8) cannot access class com.sun.tools.javac.processing.JavacProcessingEnvironment

Open RORAKUS opened this issue 2 years ago • 1 comments

I have a problem. I've added the dependency into my pom.xml and ran the program, and this is the error it gave me:

class com.antkorwin.betterstrings.BetterStringsProcessor (in unnamed module @0x292158f8) cannot access class com.sun.tools.javac.processing.JavacProcessingEnvironment (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.processing to unnamed module @0x292158f8

What should I do?

RORAKUS avatar May 14 '23 11:05 RORAKUS