Path: csiph.com!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: markspace <-@.> Newsgroups: comp.lang.java.programmer Subject: Re: Extreme beginer Date: Wed, 10 Oct 2012 20:20:28 -0700 Organization: A noiseless patient Spider Lines: 30 Message-ID: References: <185c90a4-992e-46f2-9a65-6242485ab584@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Thu, 11 Oct 2012 03:20:30 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="61282af8d6595e8d991edb5ac03d6e00"; logging-data="12732"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+t3i5z5onlf5DOEgkmFGBarBqr38iO1PQ=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 In-Reply-To: <185c90a4-992e-46f2-9a65-6242485ab584@googlegroups.com> Cancel-Lock: sha1:GLuXeqTo0SxtnA9GYcrIy2myIOk= Xref: csiph.com comp.lang.java.programmer:19251 On 10/10/2012 8:10 PM, K wrote: > This is what I have in eclipse and when I run the program in regular > and debug mode nothing seems to work only some code stuff appears at > the bottom of the screen in some pane and I don't know why because in > the book i'm reading thats not what happens > That "code stuff" might be important, dontcha think? Copy and paste it here, exactly as it appears. Getting the details exactly correct are important, otherwise we can't help you. When I tried this just now, I saw the string "hello" appear on the Console tab. Make sure you're looking at that one. When I deliberately introduced an error, the errors also appeared in the Console tab. > > public class Class2 { > > /** > * @param args > */ > public static void main(String[] args) { > // TODO Auto-generated method stub > System.out.println("hello"); > } > > } >