public class HelloWorld
{
public static void main(String[] args)
{
System.out.println("Hello, Virtual World!");
}//end of main method
}//end of class
Here is my class. I run the program but the screen displays nothing. I assume the window that it runs in is closing down before I can see. How do I stop it from closing down before I can see the running program?!
Open the command prompt first and run it from there.
>>2
nice tripcode, KGB
If you don't know enough to solve this problem you're probably better off using Eclipse