#ClassNotFoundException com.fasterxml.jackson.core.TreeNodes in eclipse

12 messages · Page 1 of 1 (latest)

amber robin
#

I have added the necessary jar files and all the other things like ObjectMapper work. Is it possible the jar file is just broken? If so, I would appreciate a link to a jar file that is confirmed to work.

pseudo surgeBOT
#

This post has been reserved for your question.

Hey @amber robin! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

elder blade
#

is it a ClassNotFoundException or ClassDefNotFoundException

#

if its the former, you didn't add your jar in the "classpath" section

#

the latter, see former

#

(or, if you're running a compiled version of your program, your own jar file, make sure you are providing the jar of the library with the -cp path/to/jar argument)

amber robin
#

class not found

amber robin
amber robin
#

now the program works. Thank you so much I've been trying to fix this for hours

pseudo surgeBOT