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

后端 未结 6 659
别跟我提以往
别跟我提以往 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:18

    searching for this i found that vscode right now only recognizes maven projects, or eclipse projects so it needs a .classpath file. So the best option is create the project with maven first and then open with vscode.

提交回复
热议问题