+ 1
My program is not executing help plz !
when I click on the run button it doesn't work and nothing happens
13 odpowiedzi
+ 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.
+ 6
in Code playground? please make them public so we can take a look. without any code we can't help you.
+ 6
which language? which operating system? what did you try?
+ 4
what program?
+ 3
//Try this!
public class HelloWorld {
public static void main(String[ ] args ) {
System.out.println ("Hello World!");
}
}
+ 2
Any error messages?
If not let's start at the very beginning...
Did you implement a main method?
0
any program that I write
sorry for my English
0
That's weird.
0
I know I tried every thing but nothing works
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 ? ?
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
0
Is that all u wrote was system.out.println("Hello")?
0
did you include it in a method and a class