Path: csiph.com!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!mx05.eternal-september.org!.POSTED!not-for-mail From: markspace Newsgroups: comp.lang.java.programmer Subject: Re: Enum in Eclipse Scrapbook Date: Tue, 26 Feb 2013 22:25:07 -0800 Organization: A noiseless patient Spider Lines: 17 Message-ID: References: <515de149-3ee1-482d-a090-82ce264ed142@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Wed, 27 Feb 2013 06:23:58 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="fba3415ba68d85d643935af2f52f0b4b"; logging-data="593"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/1Xba6693Y2IXNzMLpUZvNFN9KOBSwHeQ=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 In-Reply-To: <515de149-3ee1-482d-a090-82ce264ed142@googlegroups.com> Cancel-Lock: sha1:FDCGYyG+JUoroV/wLaa8cnxa2TA= Xref: csiph.com comp.lang.java.programmer:22564 On 2/26/2013 9:52 PM, Robert Mark Bram wrote: > class A { > enum Month {JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC} > } > A a = new A(); > > When I try to execute this I get: > > The member enum Month can only be defined inside a top-level class or interface What's the name of the file this is defined in? Is it A.java? What package is this defined in? Ditto for the other file you tried.