SublimeLinter-javac not recognising other packages

纵然是瞬间 提交于 2019-12-24 07:07:06

问题


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



来源:https://stackoverflow.com/questions/28843983/sublimelinter-javac-not-recognising-other-packages

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!