Basic question about import [message #1797725] |
Mon, 05 November 2018 11:27  |
Eclipse User |
|
|
|
Hi,
I am new to eclipse, and have a simple problem:
I need Jackson to do some JSON stuff.
After some research, I found the best way to install my packages is using Orbit. (http://download.eclipse.org/tools/orbit/downloads/)
Help -> isntall new software -> work with..
Found all the packages I need, installed. (Honestly, I installed everything containing Jackson or JSON, just to ensure not to miss something).
"What is already installed" shows f.e.
Jackson-core Source
2.9.2.v20180207-1730
com.fasterxml.jackson.core.jackson-core.source
Eclipse Orbit
now back to my program, I have f.e. the import
import com.fasterxml.jackson.core.JsonParseException;
and it says the import cannot be resolved.
(btw, "import com.fasterxml.jackson.core.*;" is also not possible)
Also, for a test, created a new project, new class, import is not possible.
Sorry for my noob question: what did I wrong?
My Eclipse:
Eclipse IDE for Java Developers
Version: 2018-09 (4.9.0)
Build id: 20180917-1800
OS is Win10
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.13663 seconds