'VsCode Java project Classpath output

I just cloned a java repository in Vscode, and rather than allowing me to put all my class files in the bin directory (default), it puts the class files in ApplicationSupport/Code/WorkspaceStorage, and it does not let me change it. Also, it defaults my source path to just one of the many folders in my repository, and does not let me compile or run code. Ive searched everywhere and I can't find any info on this topic. Does anyone know anything.



Solution 1:[1]

You can configure the classpath of your unmanaged folder(project without build tools) via the command Java: Configure Classpath.

See: https://code.visualstudio.com/docs/java/java-project#_configure-classpath-for-unmanaged-folders

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Sheng Chen