This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: compile error


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]