#import StringUtils
65 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @tropic storm! Please use
/closeor theClose Postbutton 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.
you dont
stringutils doesn't exist in the standard library
where did you get that name from
you need to add that library first before using it
How
what build system are you using
None
It's just a new project in eclipse + a package in SRC + a class in that package
so just a plain eclipse project
Yes
https://mvnrepository.com/artifact/commons-codec/commons-codec/1.15 (I downloaded the file from here, someone told me to do that)
btw If you think it'd be easier in VC, I can VC
I'll try finding that
alright so
- Download the commons-lang library https://commons.apache.org/proper/commons-lang/download_lang.cgi
(1.5. Extract the zip) - Open the project properties
- Click on "Java build path"
- Click on "libraries"
- Click on "add external jar"
- Select all of the jars in the zip file you downloaded in step 1, then save
It's grayed out
Which one should I download?
Most top one?
yes

its supposed to be a folder
you dont want to download a jre, you want to download a library
Are you sure I am still supposed to click on ADD EXTERNAL JAR and not FOLDER


especially not the newer versions
i already installed it
alright i found it out
it's a bit more work than initially thought but this would be the right way to do it

Oki no need to hurry!
you might need to delete your module-info.java, because that fucks everything up always
That video fast as heck
But I did it
@merry barn
Error occurred during initialization of boot layer
java.lang.module.FindException: Module myProject not found

Should have read this