Jackson Build Path

From Team 449 Wiki

If you are having errors with Jackson, Jetbrains and any other imports, follow this guide.

Start

If you are trying to download a specific jar file to add to your library's build path, visit the mvnrepository website. They have different bundles you can chose from.

Download for the Jackson Annotations and JetBrains Java Annotations

Jackson Annotations

The jar file to the Jackson Annotations can be downloaded at this link But to find the latest version at your current time visit the versions page and pick from the different versions. It is usually the first on in the list.

JetBrains Java Annotations

To download the jar file of the JetBrains Java Annotations visit this site. The older versions are preferred because the newer version have some bugs, so I would recommend you download version 13. To choose from the different version, and find the latest version visit this site

How to configure java build path to your Computer program

Eclipse Users

Go to file -> properties -> Java Build Path -> Libraries tab. From there there is a tab to the left and then click 'Add External JARs'. Then select the jar files you downloaded earlier. You can select the files one at a time or both at once. Now press OK and close out of the tab

Intellij IDEA users

Get to the Project Structure tab by going to File -> Project Structure. Then go over to the area under project structure toolbar 2 modules. To add the external jar files click the + button. Select java if there is a drop down. After that, look for the jar files in the pop up of your computers library. After selecting them click open, then ok or apply then you are done