My program is not executing help plz ! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

My program is not executing help plz !

when I click on the run button it doesn't work and nothing happens

10th Feb 2017, 2:56 PM
Bouchra Ghebache
Bouchra Ghebache - avatar
13 Answers
+ 7
I guess you are not more familiar with IDE you are using to write and run your programme , if no errors are generated while compilation and you are not getting any output , either your Console window in IDE is hidden or you have to check run configurations , you have to specify problem in detail so that we can help you.
12th Feb 2017, 3:02 AM
Hardik Raut
Hardik Raut - avatar
+ 6
in Code playground? please make them public so we can take a look. without any code we can't help you.
10th Feb 2017, 3:10 PM
Mario L.
Mario L. - avatar
+ 6
which language? which operating system? what did you try?
10th Feb 2017, 3:18 PM
Mario L.
Mario L. - avatar
+ 4
what program?
10th Feb 2017, 2:59 PM
Mario L.
Mario L. - avatar
+ 3
//Try this! public class HelloWorld { public static void main(String[ ] args ) { System.out.println ("Hello World!"); } }
10th Feb 2017, 3:49 PM
stephen
stephen - avatar
+ 2
Any error messages? If not let's start at the very beginning... Did you implement a main method?
10th Feb 2017, 5:24 PM
Tashi N
Tashi N - avatar
0
any program that I write sorry for my English
10th Feb 2017, 3:01 PM
Bouchra Ghebache
Bouchra Ghebache - avatar
0
That's weird.
10th Feb 2017, 3:04 PM
Hxhxn Djxx
Hxhxn Djxx - avatar
0
I know I tried every thing but nothing works
10th Feb 2017, 3:07 PM
Bouchra Ghebache
Bouchra Ghebache - avatar
0
even when i wrote just one instruction it doesn't work the problem is not in the program maybe I need to install something ? ?
10th Feb 2017, 3:17 PM
Bouchra Ghebache
Bouchra Ghebache - avatar
0
java and my operating system is windows and for example when I wrote system.out.println("hello"); nothing happened this is just an example
10th Feb 2017, 3:28 PM
Bouchra Ghebache
Bouchra Ghebache - avatar
0
Is that all u wrote was system.out.println("Hello")?
10th Feb 2017, 3:44 PM
stephen
stephen - avatar
0
did you include it in a method and a class
12th Feb 2017, 5:28 PM
Avi
Avi - avatar