This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Newbie question (sorry)
- To: java at gcc dot gnu dot org
- Subject: Newbie question (sorry)
- From: Jeff Morrow <jmorrow at edconnections dot com>
- Date: Thu, 22 Feb 2001 17:18:15 -0800
I hate being the clueless newbie, but I looked all over the existing
documentation and recent posts and couldn't find anything. I'm
wondering if there's any kind of a tutorial on working with large
projects with gcj. I have directory tree containing code for a library
plus a separate directory tree containing an application calling that
library. I can't figure out how to build the application.
I have gcj 2.96 from the RedHat 7 distribution. I've gotten as far as
compiling a HelloWorld.java, and that works. As soon as I try doing
more than one file, though, I just crash and burn...
Any pointers appreciated.
Jeff Morrow