#Getting an Error and I'm Not Sure Why.

1 messages · Page 1 of 1 (latest)

digital hatch
#

Simple code as of now, wanting to make a game in order to improve my skills. I am a newish programmer and this stuff is still new to me, hence me asking this question. I will post a picture of my code, and the error messages. Any help is appreciated!

noble dawnBOT
#

<@&987246527741304832> please have a look, thanks.

karmic ruin
#

if you added the library, and that class does exist in the library, then something with how the editor tries to run your code is off

#

otherwise, thats not there

digital hatch
karmic ruin
#

I used eclipse in college but IntelliJ Community in all my Java-related jobs aferwards

patent vessel
#

Seems like that lib made it to the compile path but not the runtime path. Google how to add lib to runtime path in eclipse maybe. Why suppress deprecated? Maybe the runtime lib is not the same version as compile lib? and the runtime lib is newer and that WordUtil is fully deprecated and gone now. Just speculating.

humble reef