Re: GCJ Compile Error SQLite JDBC
Andrew Haley <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
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.