Hey guys, I'm a new programmer and I'm trying to access a config file from another class. However, when I go and run the command that would access the config file, I get this error(see below). When I create the command listener in the main class, it works there but when I create it in another class, it doesn't work. I think it has something to do with importing the main class in but i don't know. Help would be appreciated. Thanks! Sorry, I'm still new at this.
main class:
setwarp class (where im trying to access the file config from):
config manager class:
error:
main class:
setwarp class (where im trying to access the file config from):
config manager class:
error:
