#set settings

5 messages · Page 1 of 1 (latest)

languid jay
#

i installed IntelliJ IDEA but how can i have run application

blazing waveBOT
#

This post has been reserved for your question.

Hey @languid jay! Please use /close or the Close Post button 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.

nova pawn
#

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.