I'm using JDev 12.2.1.1.0 on Wind 10.
Maven clean works fine but when I compile I get this:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project CommonModel: Compilation failure
[ERROR] cannot access oracle.javatools.annotations.Concealed
[ERROR] class file for oracle.javatools.annotations.Concealed not found
When I do a search using findJar.com I get this result:
Search results for:
oracle.javatools.annotations
Anyone know why it wants a class that doesn't exist?
Is there anyway to tell it not to try accessing it?
TIA,
Dave