Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Compile failing using Maven build tools

DavidGressFeb 22 2019 — edited Feb 22 2019

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

[CLASS] oracle.javatools.annotations.NotNull
[CLASS] oracle.javatools.annotations.Category
[CLASS] oracle.javatools.annotations.Nullable
[CLASS] oracle.javatools.annotations.Singleton

Anyone know why it wants a class that doesn't exist?

Is there anyway to tell it not to try accessing it?

TIA,

Dave

Comments
Post Details
Added on Feb 22 2019
5 comments
949 views