#set settings
5 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @languid jay! Please use
/closeor theClose Postbutton above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
It's much easier to get IntelliJ to create the project, or to use Maven/Gradle/anything-that-is-not-vsc build systems.
If you want to work from an existing project, you need to define what folders are Java code sources. Once it's done, classes that have a public static void main() can simply be run by clicking on the green "run" icons that are everywhere.