Answer the question
In order to leave comments, you need to log in
Why can't Intellij see the classes?
There is a Load class which is in the default package. I'm trying to create a class object in the API class, but Load is not visible (also if you create other packages and try to do the same in them, it won't work(
Answer the question
In order to leave comments, you need to log in
The Api class appears to be in the "serverlet" package (by the way, a more logical name for the package would be servlet).
You need to create a new package at the same level as the "serverlet" package and move the Load class there, or move the Load class to handlers or serverlet.
If you put the class in a package other than serverlet, you will need to import the Load class.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question