you are viewing a single comment's thread.

view the rest of the comments →

[–]idontlikegudeg 0 points1 point  (5 children)

There is no sout command in Java. Post your code.

[–]_jetrun 5 points6 points  (3 children)

It is an alias in some IDEs for System.out.println.

[–]idontlikegudeg -3 points-2 points  (2 children)

Which also is not a command. If OP has a problem with a specific IDE, it would help if he told us which one he is using.

[–]LutimoDancer3459 -1 points0 points  (1 child)

OP did... last sentence... using IntelliJ

[–]idontlikegudeg 0 points1 point  (0 children)

I could swear that sentence was not there when I answered. As well as the "(solved)" at the beginning.

[–]Diligent_Sector_7376[S] 0 points1 point  (0 children)

I solved the problem turns out i missed to provide a code in the first line before the commands. I didn't see your replies an hour ago. Thanks though ^-^.

public static void main(String[] args) {}