Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > comp.lang.java.programmer > #4769

Re: Beginner Problem - Manifest file

From markspace <-@.>
Newsgroups comp.lang.java.programmer
Subject Re: Beginner Problem - Manifest file
Date 2011-05-30 15:30 -0700
Organization A noiseless patient Spider
Message-ID <is15qq$9tt$1@dont-email.me> (permalink)
References <is103c$dnd$1@theodyn.ncf.ca>

Show all headers | View raw


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 )

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Beginner Problem - Manifest file William Colls <william.colls@rogers.com> - 2011-05-30 16:53 -0400
  Re: Beginner Problem - Manifest file Knute Johnson <nospam@knutejohnson.com> - 2011-05-30 14:20 -0700
  Re: Beginner Problem - Manifest file markspace <-@.> - 2011-05-30 15:30 -0700
    Re: Beginner Problem - Manifest file William Colls <william.colls@rogers.com> - 2011-05-30 21:03 -0400
  Re: Beginner Problem - Manifest file "John B. Matthews" <nospam@nospam.invalid> - 2011-05-30 19:32 -0400
  Re: Beginner Problem - Manifest file Nigel Wade <nmw-news@ion.le.ac.uk> - 2011-05-31 09:24 +0100

csiph-web