Click Proceed.
Error Message on bottom right of editor:
Build failed, do you want to continue?
Source: Debugger for Java (Extension)
Proceed
Error: Could not find or load main class test.Test
Caused by: java.lang.ClassNotFoundException: test.Test
Recognize new folder within project and run file as normal.
I'm sure I'm missing something but I did get it to recognize the new folder I created and run the java file within it AFTER I made seemingly any small change in the .classpath file and saving (reverting afterward of course).
Once I saved that change it seems it would then recognize that folder/file path and successfully run/debug the file in it.
Is there any other way to have new folder paths recognized?
In file explorer, right click the folder, select "Add Folder to Java Source Path" menu, and it will mark the folder as a source root.
Most helpful comment
In file explorer, right click the folder, select "Add Folder to Java Source Path" menu, and it will mark the folder as a source root.