Visual Studio Code - Java Classpath is incomplete. Only syntax errors will be reported

后端 未结 6 716
别跟我提以往
别跟我提以往 2021-01-31 18:52

I am making my first steps with java, after some extensive experiences with python. The script I am running is a simple Java Swing Gui, that compiles and runs fine from the comm

6条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-31 19:22

    This warning is displayed when you open a java file that the redhat.java extension can not determine a classpath for. To get the full benefits of the extension use either a project with maven pom.xml (soon also gradle), or least default eclipse setting files aka .classpath .project files.

提交回复
热议问题