This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: compile error
- From: Andrew Haley <aph at redhat dot com>
- To: <martin_aliger at email dot cz>
- Cc: <java at gcc dot gnu dot org>, <tromey at redhat dot com>
- Date: Thu, 7 Nov 2002 10:34:40 +0000 (GMT)
- Subject: Re: compile error
- References: <3DCA405F.000001.03763@email1.atc.cz>
Martin Aliger writes:
> Hi all,
>
> and thanks very much for your time and help! I already successfull compile part of POI! It doesn't work yet, but it is another chapter...
>
> One note about jars:
> They are used to resolve imports but they are not compiled to
> resulting binary. Maybe it is desired behaviour. Ok - but how I add
> some classes from jar into compile process? When I add foo.jar into
> gcj command line, it tries to compile all classes!
Extract everything using 'jar x'.
Andrew.