Xref: alice comp.databases.oracle.tools:28540
Path: alice!news-feed.fnsi.net!feed.newsfeeds.com!newsfeeds.com!newsfeed.mathworks.com!newshub.northeast.verio.net!news-stl.cp.verio.net!news.verio.net!news1.inlink.com!not-for-mail
From: "Russ Whiteman" <russw@inlink.com>
Newsgroups: comp.databases.oracle.tools
Subject: Re: Jdeveloper
Date: Sat, 17 Jul 1999 17:11:30 -0500
Organization: Inlink
Lines: 19
Message-ID: <7mqv8v$fhm$1@news1.inlink.com>
References: <3790bbb8.346002@news.iddeo.es>
X-Trace: news1.inlink.com 932249695 15926 209.135.142.125 (17 Jul 1999 22:14:55 GMT)
X-Complaints-To: usenet@news.inlink.com
NNTP-Posting-Date: 17 Jul 1999 22:14:55 GMT
X-Newsreader: Microsoft Outlook Express 4.72.3155.0
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0

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@retemail.es wrote in message
<3790bbb8.346002@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;


