QUOTE(PennyBoki @ 8 Jul, 2007 - 06:16 AM)

Hi, by using the System.out.println(); function you can have what you want
the simple Hello world or Hello bengt23648 program will demonstrate it
CODE
public class Something
{
public static void main(String [] args)
{
System.out.println("Hello bengt23648");
}
}
Compile it and run it.
hmm.. what i mean is that umm..
when i run my program in jcreator pro, it just shows the output on the bottom part on the window (on a white rectangle thing attached under the window..).. i just have no idea how to show my output on a command prompt thing (the color black window)...
that's what i meant...
but as what you've said, when i run the code you gave me, it just shows the printed message on the white thing i said earlier.. hmm.. i just want to have it in the black command prompt window coz at my university computer laboratory, i'm used to have my output on the black thingy...
thanks anyways...