Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #7276
| Date | 2011-08-21 11:05 -0700 |
|---|---|
| From | Patricia Shanahan <pats@acm.org> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Why does Eclipse find error in simple "public static void main( String[] args) { } instruction? |
| References | <4e514360$0$6555$9b4e6d93@newsspool4.arcor-online.net> |
| Message-ID | <armdnX43YsCV1MzTnZ2dnUVZ_jadnZ2d@earthlink.com> (permalink) |
On 8/21/2011 10:41 AM, Gianni Galore wrote:
> Am I crazy? I setup just the most simple java program in a new v3.6.2 Eclipse java project:
>
>
> package aaa.bbb;
>
> public static void main( String[] args) {
> System.out.println("hello");
> }
>
Class declaration?
Patricia
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
Why does Eclipse find error in simple "public static void main( String[] args) { } instruction? ggal@osgitest.org (Gianni Galore) - 2011-08-21 17:41 +0000
Re: Why does Eclipse find error in simple "public static void main( String[] args) { } instruction? Patricia Shanahan <pats@acm.org> - 2011-08-21 11:05 -0700
Re: Why does Eclipse find error in simple "public static void main( String[] args) { } instruction? markspace <-@.> - 2011-08-21 13:49 -0700
csiph-web