SublimeLinter-javac not recognising other packages

2019-08-08 15:21发布

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条回答
时光不老,我们不散
2楼-- · 2019-08-08 16:15

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

查看更多
登录 后发表回答