#problems with Eclipse jar import ( Java.lang.ClassNotFoundException )

8 messages · Page 1 of 1 (latest)

lofty latch
winged onyxBOT
#

This post has been reserved for your question.

Hey @lofty latch! 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.

pallid zenith
#

Apache Commons Text depends on Apache Commons Lang3

#

so if you plan to use Apache Commons Text, you also need Apache Commons Lang3 in your dependencies/build path/classpath/(referenced) libraries

#

If you are using a build tool, those would be fetched automatically

lofty latch
#

i don't know how to add maven dependencies to an already existing project so i thought adding the jar manually would be faster an easier

#

thx for the answer