This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: How to use jdbc?
- To: Adrian Custer <acuster at nature dot berkeley dot edu>
- Subject: Re: How to use jdbc?
- From: Tom Tromey <tromey at redhat dot com>
- Date: 28 Jul 2001 08:36:43 -0600
- Cc: java at gcc dot gnu dot org
- References: <996293630.7146.16.camel@tsetse.lab-net>
- Reply-To: tromey at redhat dot com
>>>>> "Adrian" == Adrian Custer <acuster@nature.berkeley.edu> writes:
Adrian> 2) gcj --main=DatabaseTester.java -o DatabaseTester DatabaseTester.java
--main takes the *class* name as its argument.
So try `--main=DatabaseTester'.
Tom