Search code examples
javasublimetextjavacsublimelinter

SublimeLinter-javac not recognising other packages


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?


Solution

  • 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