GCJ Compile Error SQLite JDBC
Taufik Chowi
m4g1c14n2000@yahoo.com
Thu Sep 11 09:55:00 GMT 2008
Dear Andrew,
alright , so extracting the jar file.. i have done that :)
using winrar.
ok i can see couple of files and 2 folders
there are one thing that really caught my attention is
sqlitejdbc-v053\org\sqlite\SQLite.class sized at 3.51 MB (3,690,385 bytes) <-- if 2MB is too big, then i think this 3.5MB is definitely too big
C and C++, i actually know how to program with them but i dont think i have ever built large C or C++ programs
if i cant compile this using gcj unless i have an ample amount of experience in building large C / C++ programs, then i think i will give this sqlite up T.T
but at least, can you take a peak on the problem i have in other HSQLDB problem http://gcc.gnu.org/ml/java/2008-09/msg00020.html
it looks more basic (at least the error message) , i believe that there are something wrong along the compiling command i used.
again thanks a lot :D
Cheers and God Bless,
Chowi
----- Original Message ----
From: Andrew Haley <aph@redhat.com>
To: Taufik Chowi <m4g1c14n2000@yahoo.com>
Cc: java@gcc.gnu.org
Sent: Thursday, September 11, 2008 4:42:40 PM
Subject: 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.
More information about the Java
mailing list