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
i know it's too late but you can simply solve this if you convert your project to eclipse with this simple command mvn eclipse:eclipse
(assuming you are using maven) at your root directory this will add .classpath
file. in this case your src/*
files will be project files
Tested on vscode and coc-java in vim too