Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #19251
| From | markspace <-@.> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Extreme beginer |
| Date | 2012-10-10 20:20 -0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <k55dtu$cds$1@dont-email.me> (permalink) |
| References | <185c90a4-992e-46f2-9a65-6242485ab584@googlegroups.com> |
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");
> }
>
> }
>
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Extreme beginer K <kalezwe@gmail.com> - 2012-10-10 20:10 -0700
Re: Extreme beginer markspace <-@.> - 2012-10-10 20:20 -0700
Re: Extreme beginer Lew <lewbloch@gmail.com> - 2012-10-11 00:07 -0700
Re: Extreme beginer K <kalezwe@gmail.com> - 2012-10-12 19:37 -0700
Re: Extreme beginer K <kalezwe@gmail.com> - 2012-10-12 19:36 -0700
Re: Extreme beginer Lew <lewbloch@gmail.com> - 2012-10-12 22:37 -0700
Re: Extreme beginer K <kalezwe@gmail.com> - 2012-10-13 12:18 -0700
Re: Extreme beginer markspace <-@.> - 2012-10-13 12:44 -0700
Re: Extreme beginer K <kalezwe@gmail.com> - 2012-10-13 14:30 -0700
Re: Extreme beginer Lew <lewbloch@gmail.com> - 2012-10-13 13:09 -0700
Re: Extreme beginer K <kalezwe@gmail.com> - 2012-10-13 14:31 -0700
Re: Extreme beginer markspace <-@.> - 2012-10-13 08:54 -0700
Re: Extreme beginer markspace <-@.> - 2012-10-13 09:02 -0700
csiph-web