SublimeLinter-javac not recognising other packages

2019-08-08 15:57发布

问题:

I have a Spring Product That I'm trying the use sublimLinter-javac with, and there are a few packages scattered around the project. The problem is that sublimeLinter-javac is not recognising these packages or the classes within. So I end up with 200+ errors per file making the listing pointless. How do I tell sublimeLinter where to look for these classes?

回答1:

I am guessing your classpath is not pointing to the right place. You can find here an explanation on how to set project settings.

Finally, this gives you a sample example on how classpath works