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: GCJ Compile Error SQLite JDBC


Taufik Chowi wrote:

> I see , umh , i am really sorry but i am very very new with gcj .. i know this is a stupid question. (yes i have read the gcj manual)
> but how do i split the jar file ?
> i mean do i have to do something like unjar the jar file?

Yes.  jar xf file.

You will then have a bunch of class files that you can compile.
You can also use jar to build a bunch of smaller jarfiles.  You
can compile these separately.

I guess the real problem here is that we don't know what you
don't know.  Have you any experience of, for example, building
large C and C++ programs?

Andrew.



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