Re: [Java-gnome-developer] |java-gtk+| > |gtk+|
Brought to you by:
afcowie
From: Jeffrey M. <ku...@zo...> - 2004-02-01 17:28:23
|
On Sun, 2004-02-01 at 12:15, Bob Fischer wrote: > I'm new to java-gnome. I'm using it with gcj for software development > on a (Linux) iPaq. Obviously, space is limited (32 Mb filesystem). > > Surprisingly (to me at least), the Java bindings take up more space than > the original GTK+ library! This is AFTER I've stripped the library. > Here's an ls result from my iPaq: > > -rwxr-xr-x 1 citibob messageb 1690200 Nov 12 15:59 libgtk-x11-2.0.so.0.200.4 > -rw-r--r-- 1 citibob messageb 3782288 Feb 1 11:00 libgtkjar0.8.so.0.8.2 > > Does anyone know why this is? Could java-gnome maybe lose a bit of weight? > I just stripped the lib as it currently exists in cvs. With debug info included I get the following: -rwxr-xr-x 1 jeff users 652604 Feb 1 12:06 libgtkjava2.3.so.2.3.4 I also have a version of 0.8.2 and stripped the lib and got: -rwxr-xr-x 1 jeff users 565384 Feb 1 12:13 libgtkjava0.8.so.0.8.2 This is a fraction of the size you are reporting. My version was compiled without gcj. Could this be the difference? -jeff |