Skip to content
Learn Netverks
0

Netbeans won't find jar file

asked 5 hours ago by @qa-jbwbdaz9sxrwuoyuvpgq 0 rep · 25 views

build jar

I'm lost: Netbeans has a project navigator. I created a new project "with preexisting source" and specified location of the extracted source.
The Libraries node shows many (manually added) directories/Libraries. One directory shows jackson-annotations-2.20.jar. Opening this element I see com.fasterxml.jackson.annotation.
And upon clicking on that name I get a very long list of classes, one of them being JsonIgnore.class.
To me that looks perfect, however when I try to build the project I get
error: package com.fasterxml.jackson.annotation does not exist import com.fastrequired erxml.jackson.annotation.JsonIgnore;

Why does build fail? All required jars are enumerated under "Libraries", clearly I'm missing a piece of the logic inside the Build Process

Comments on this question (0)

Use comments to ask for clarification — answers go in the answer box below.

Log in to comment on this question.

0 answers

Your answer