run button does not work

Answered

run button does not work
jdk installed

0
7 comments

Hello, 

Click "Add configuration" to define what java binary should be used to run the program. 

Here you could fin more details: 

https://www.jetbrains.com/help/idea/2019.2/running-applications.html?_ga=2.27253311.305469740.1564972768-1531330835.1556592966 

1
Avatar
Permanently deleted user

Sorry, I don’t understand what I need to do here. Your link is not responding

0

Please check your internet connection. The link is working even using LTE:) 

You just need to click "+" at the top right and define the class which should be run (HelloWorld in your case). See the gif as a reference

1
Avatar
Permanently deleted user

Unfortunately I do not find it

0

Please move HelloWorld.java file into the src folder (which is marked as sources directory), so IntelliJ IDEA will automatically detect HelloWorld class as a class that could be added as the main class. 

1
Avatar
Permanently deleted user

Does not find but a strange inscription appeared

0
Avatar
Permanently deleted user

Thank you, it works

0

Please sign in to leave a comment.