Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!news.nosignal.org!news.xcski.com!ncf.ca!not-for-mail From: William Colls Newsgroups: comp.lang.java.programmer Subject: Re: Beginner Problem - Manifest file Date: Mon, 30 May 2011 21:03:58 -0400 Organization: National Capital Freenet, Ottawa, Ontario, Canada Lines: 17 Sender: ft787@cpe002369f5842a-cm0012c9db4d68.cpe.net.cable.rogers.com Message-ID: References: NNTP-Posting-Host: cpe002369f5842a-cm0012c9db4d68.cpe.net.cable.rogers.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: theodyn.ncf.ca 1306803830 320 99.224.92.37 (31 May 2011 01:03:50 GMT) X-Complaints-To: complaints@ncf.ca NNTP-Posting-Date: 31 May 2011 01:03:50 GMT User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8 In-Reply-To: Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:4778 On 11-05-30 06:30 PM, markspace wrote: > On 5/30/2011 1:53 PM, William Colls wrote: > >> One of the class files does contain the main declaration >> >> public static void main(String args) > > > Also, this should be an array of strings: > > public static void main( String[] args ) > > or > > public static void main( String... args ) Typo. the actual file does define an array.