Re: Jdeveloper

From: Russ Whiteman <russw_at_inlink.com>
Date: Sat, 17 Jul 1999 17:11:30 -0500
Message-ID: <7mqv8v$fhm$1_at_news1.inlink.com>


[Quoted] Having gone thru this just last week (I'm also toying with learning Java), try adding these two lines just before the end of your main().

try {System.in.read();}
catch (java.io.IOException e) {;}

Then it'll pause for a line of keyboard input before exiting.

ramat15_at_retemail.es wrote in message
<3790bbb8.346002_at_news.iddeo.es>...
> I am starting to learning Java with Jdeveloper,I have a problem
with
>the MSDOS window. If I try to make the classic example
> System.out.println("Hellow world");
>I do not have time to see this window, It is close very quick;
>
>Can you help me;
Received on Sun Jul 18 1999 - 00:11:30 CEST

Original text of this message