java-gnome-developer Mailing List for The java-gnome language bindings project (Page 102)
Brought to you by:
afcowie
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(37) |
Dec
(14) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(2) |
Feb
(20) |
Mar
(20) |
Apr
(8) |
May
|
Jun
(1) |
Jul
(6) |
Aug
(39) |
Sep
(37) |
Oct
(34) |
Nov
(50) |
Dec
(22) |
2002 |
Jan
(7) |
Feb
(13) |
Mar
(32) |
Apr
(16) |
May
(26) |
Jun
(20) |
Jul
(32) |
Aug
(7) |
Sep
(2) |
Oct
(11) |
Nov
(3) |
Dec
(35) |
2003 |
Jan
(11) |
Feb
(3) |
Mar
(8) |
Apr
(3) |
May
(11) |
Jun
(20) |
Jul
(11) |
Aug
(29) |
Sep
(13) |
Oct
(91) |
Nov
(185) |
Dec
(207) |
2004 |
Jan
(108) |
Feb
(171) |
Mar
(207) |
Apr
(113) |
May
(22) |
Jun
(53) |
Jul
(69) |
Aug
(43) |
Sep
(34) |
Oct
(182) |
Nov
(101) |
Dec
(61) |
2005 |
Jan
(86) |
Feb
(45) |
Mar
(106) |
Apr
(67) |
May
(70) |
Jun
(47) |
Jul
(19) |
Aug
(34) |
Sep
(24) |
Oct
(45) |
Nov
(20) |
Dec
(58) |
2006 |
Jan
(21) |
Feb
(21) |
Mar
(16) |
Apr
(24) |
May
(24) |
Jun
(47) |
Jul
(20) |
Aug
(8) |
Sep
(13) |
Oct
(7) |
Nov
(23) |
Dec
(2) |
2007 |
Jan
|
Feb
(14) |
Mar
(3) |
Apr
(11) |
May
(1) |
Jun
(15) |
Jul
(2) |
Aug
(5) |
Sep
(10) |
Oct
(5) |
Nov
(1) |
Dec
|
2008 |
Jan
|
Feb
(13) |
Mar
(13) |
Apr
(4) |
May
(2) |
Jun
(1) |
Jul
(5) |
Aug
(7) |
Sep
(2) |
Oct
(14) |
Nov
(11) |
Dec
(12) |
2009 |
Jan
(30) |
Feb
(4) |
Mar
(16) |
Apr
(9) |
May
(9) |
Jun
(7) |
Jul
(6) |
Aug
(3) |
Sep
(14) |
Oct
(8) |
Nov
(12) |
Dec
(9) |
2010 |
Jan
(4) |
Feb
(27) |
Mar
(6) |
Apr
(4) |
May
(3) |
Jun
(13) |
Jul
(6) |
Aug
(15) |
Sep
(15) |
Oct
(12) |
Nov
(11) |
Dec
(9) |
2011 |
Jan
(12) |
Feb
(11) |
Mar
|
Apr
(3) |
May
|
Jun
(3) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
(8) |
Nov
(1) |
Dec
|
2012 |
Jan
|
Feb
(10) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
(2) |
Sep
(7) |
Oct
(7) |
Nov
|
Dec
(4) |
2013 |
Jan
(8) |
Feb
(1) |
Mar
(1) |
Apr
(2) |
May
(3) |
Jun
(3) |
Jul
(16) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
2014 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2018 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Luca De R. <pie...@li...> - 2003-12-26 14:58:51
|
Il ven, 2003-12-26 alle 15:27, Luca De Rugeriis ha scritto: > > It seems it's a bug in the org.gnu.gnome.PasswordDialog class: > > there is no gnome_password_dialog_set_remember_label_text method in > > there. There is only gnome_password_dialog_set_remember. > > Mark, sorry for the ignorance, how can we fetch the 0.8 version from > > cvs? It needs some debbuging love ;) > Ok, it was a matter of running > cvs -z9 -d:ext:pie...@cv...:/cvsroot/java-gnome co -r > RELEASE_0_8_2 java-gnome I've compiled 0.8 branch: apart the usual gconf problem, it didn't build libgnomejava because of the following error: jni/org_gnu_gnome_PasswordDialog.c: In function `Java_org_gnu_gnome_PasswordDialog_gnome_1password_1dialog_1new': jni/org_gnu_gnome_PasswordDialog.c:57: warning: initialization makes pointer from integer without a cast It's likely to be easy to fix this, but because my lack of C knowledge, I can't do that. Could someone commit a fix for it? -- Luca De Rugeriis <pie...@li...> |
From: Luca De R. <pie...@li...> - 2003-12-26 14:29:25
|
> It seems it's a bug in the org.gnu.gnome.PasswordDialog class: > there is no gnome_password_dialog_set_remember_label_text method in > there. There is only gnome_password_dialog_set_remember. > Mark, sorry for the ignorance, how can we fetch the 0.8 version from > cvs? It needs some debbuging love ;) Ok, it was a matter of running cvs -z9 -d:ext:pie...@cv...:/cvsroot/java-gnome co -r RELEASE_0_8_2 java-gnome -- Luca De Rugeriis <pie...@li...> |
From: Luca De R. <pie...@li...> - 2003-12-26 14:09:28
|
Il ven, 2003-12-26 alle 13:51, Thijs Thiessens ha scritto: > Hey! Well, still having troubles. > I have linked all so files in /usr/local/lib which turned out to be > missing: > > ------------------------------------------------ > [root@localhost notime]# ls /usr/local/lib > libgconfjar0.8.so libgladejava0.8.so.0.8.2 > libgnomevtejava0.8.so libgtkjar0.8.so.0.8.2 > libgconfjar0.8.so.0.8.2 libgnomejar0.8.so > libgnomevtejava0.8.so.0.8.2 libgtkjava0.8.so > libgconfjava0.8.so libgnomejar0.8.so.0.8.2 > libgtkhtmljar0.8.so libgtkjava0.8.so.0.8.2 > libgconfjava0.8.so.0.8.2 libgnomejava0.8.so > libgtkhtmljar0.8.so.0.8.2 libladejar0.8.so > libgladejar0.8.so libgnomejava0.8.so.0.8.2 > libgtkhtmljava0.8.so > libgladejar0.8.so.0.8.2 libgnomevtejar0.8.so > libgtkhtmljava0.8.so.0.8.2 > libgladejava0.8.so libgnomevtejar0.8.so.0.8.2 libgtkjar0.8.so > --------------------------------------------------- > > I exported my CLASSPATH: > > --------------------------------------------------- > [root@localhost notime]# export > CLASSPATH=.:/usr/local/share/java-gnome/gnome0.8.jar:/usr/local/share/java-gnome/gtk0.8.jar > > [root@localhost notime]# echo $CLASSPATH > .:/usr/local/share/java-gnome/gnome0.8.jar:/usr/local/share/java-gnome/gtk0.8.jar > --------------------------------------------------- > > I exported my LD_LIBRARY_PATH: > > -------------------------------------------------- > [root@localhost notime]# export LD_LIBRARY_PATH=/usr/local/lib > > [root@localhost notime]# echo $LD_LIBRARY_PATH > /usr/local/lib > -------------------------------------------------- > > I compiled First.java > > -------------------------------------------------- > [root@localhost notime]# javac First.java > [root@localhost notime]# > -------------------------------------------------- > > Than I tryed to run it: > > -------------------------------------------------- > [root@localhost notime]# javac First.java > > [root@localhost notime]# java First > Exception in thread "main" java.lang.UnsatisfiedLinkError: > /usr/local/lib/libgnomejava0.8.so.0.8.2: > /usr/local/lib/libgnomejava0.8.so.0.8.2: undefined symbol: > gnome_password_dialog_set_remember_label_text > at java.lang.ClassLoader$NativeLibrary.load(Native Method) > at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560) > at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1485) > at java.lang.Runtime.loadLibrary0(Runtime.java:788) > at java.lang.System.loadLibrary(System.java:834) > at org.gnu.gnome.Program.<clinit>(Program.java:88) > at First.main(First.java:10) > It seems it's a bug in the org.gnu.gnome.PasswordDialog class: there is no gnome_password_dialog_set_remember_label_text method in there. There is only gnome_password_dialog_set_remember. Mark, sorry for the ignorance, how can we fetch the 0.8 version from cvs? It needs some debbuging love ;) -- Luca De Rugeriis <pie...@li...> |
From: Thijs T. <T.T...@ti...> - 2003-12-26 12:56:50
|
Hey! Well, still having troubles. I have linked all so files in /usr/local/lib which turned out to be missing: ------------------------------------------------ [root@localhost notime]# ls /usr/local/lib libgconfjar0.8.so libgladejava0.8.so.0.8.2 libgnomevtejava0.8.so libgtkjar0.8.so.0.8.2 libgconfjar0.8.so.0.8.2 libgnomejar0.8.so libgnomevtejava0.8.so.0.8.2 libgtkjava0.8.so libgconfjava0.8.so libgnomejar0.8.so.0.8.2 libgtkhtmljar0.8.so libgtkjava0.8.so.0.8.2 libgconfjava0.8.so.0.8.2 libgnomejava0.8.so libgtkhtmljar0.8.so.0.8.2 libladejar0.8.so libgladejar0.8.so libgnomejava0.8.so.0.8.2 libgtkhtmljava0.8.so libgladejar0.8.so.0.8.2 libgnomevtejar0.8.so libgtkhtmljava0.8.so.0.8.2 libgladejava0.8.so libgnomevtejar0.8.so.0.8.2 libgtkjar0.8.so --------------------------------------------------- I exported my CLASSPATH: --------------------------------------------------- [root@localhost notime]# export CLASSPATH=.:/usr/local/share/java-gnome/gnome0.8.jar:/usr/local/share/java-gnome/gtk0.8.jar [root@localhost notime]# echo $CLASSPATH .:/usr/local/share/java-gnome/gnome0.8.jar:/usr/local/share/java-gnome/gtk0.8.jar --------------------------------------------------- I exported my LD_LIBRARY_PATH: -------------------------------------------------- [root@localhost notime]# export LD_LIBRARY_PATH=/usr/local/lib [root@localhost notime]# echo $LD_LIBRARY_PATH /usr/local/lib -------------------------------------------------- I compiled First.java -------------------------------------------------- [root@localhost notime]# javac First.java [root@localhost notime]# -------------------------------------------------- Than I tryed to run it: -------------------------------------------------- [root@localhost notime]# javac First.java [root@localhost notime]# java First Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/lib/libgnomejava0.8.so.0.8.2: /usr/local/lib/libgnomejava0.8.so.0.8.2: undefined symbol: gnome_password_dialog_set_remember_label_text at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1485) at java.lang.Runtime.loadLibrary0(Runtime.java:788) at java.lang.System.loadLibrary(System.java:834) at org.gnu.gnome.Program.<clinit>(Program.java:88) at First.main(First.java:10) --------------------------------------------------- Please help me. Thijs Op vr 26-12-2003, om 05:08 schreef Luca De Rugeriis: > Il mer, 2003-12-24 alle 10:38, Mark Howard ha scritto: > > On Tue, Dec 23, 2003 at 01:14:38AM +0100, Thijs Thiessens wrote: > > > I tryed to compile a class anyway but not succesfull. > > > > > > locate gtkjava outputs: > > > /usr/local/lib/libgtkjava0.8.so.0.8.2 > > > > > > If I export my LD_LIBRARY_PATH with this lib directory, it still can't > > > load the class. (no gtkjava0.8 in java.library.path) > > > > Does it also contain libgtkjava0.8.so? (a symlink to the above file) > There are many missing links for me too. > I had to add the following links manually: > > ln -s libgladejava2.5.so.2.5.1 libgladejava2.5.so > ln -s libgladejar2.5.so.2.5.1 libgladejar2.5.so > ln -s libgtkjava2.3.so.2.3.1 libgtkjava2.3.so > ln -s libgnomejava2.5.so.2.5.1 libgnomejava2.5.so > ln -s libgtkhtmljava2.5.so.2.5.1 libgtkhtmljava2.5.so > ln -s libgnomevtejava0.11.so.0.11 libgnomevtejava0.11.so > > After this I'm able to run CroMagnon ;) |
From: Luca De R. <pie...@li...> - 2003-12-26 04:09:26
|
Il mer, 2003-12-24 alle 10:38, Mark Howard ha scritto: > On Tue, Dec 23, 2003 at 01:14:38AM +0100, Thijs Thiessens wrote: > > I tryed to compile a class anyway but not succesfull. > > > > locate gtkjava outputs: > > /usr/local/lib/libgtkjava0.8.so.0.8.2 > > > > If I export my LD_LIBRARY_PATH with this lib directory, it still can't > > load the class. (no gtkjava0.8 in java.library.path) > > Does it also contain libgtkjava0.8.so? (a symlink to the above file) There are many missing links for me too. I had to add the following links manually: ln -s libgladejava2.5.so.2.5.1 libgladejava2.5.so ln -s libgladejar2.5.so.2.5.1 libgladejar2.5.so ln -s libgtkjava2.3.so.2.3.1 libgtkjava2.3.so ln -s libgnomejava2.5.so.2.5.1 libgnomejava2.5.so ln -s libgtkhtmljava2.5.so.2.5.1 libgtkhtmljava2.5.so ln -s libgnomevtejava0.11.so.0.11 libgnomevtejava0.11.so After this I'm able to run CroMagnon ;) -- Luca De Rugeriis <pie...@li...> |
From: Andrew <aj...@on...> - 2003-12-25 21:53:52
|
Mark Howard wrote: >Gnomedesktop are running a poll about which binding (has the most users >reading gnomedesktop.org). There are a few interesting and encouraging >comments about java-gnome. > >http://www.gnomedesktop.org/pollBooth.php?pollID=50 > > > Of course when there are a few more applications about that are built with java-gnome, this will help people to see it as a real tool for building clients. :) -- [ A n d r e w ] -------|------- |
From: Jeffrey M. <ku...@zo...> - 2003-12-25 19:12:11
|
This is being caused because the build process is using GCONF_LIBS during the linking for gconf even though this isn't set anywhere. -Jeff On Thu, 2003-12-25 at 13:04, Luca De Rugeriis wrote: > I've ended up installing all the required tarballs which j-g depens on, > and the comiplation went smooth: > after I've checked in a fix for libgtkjava to compile correclty, the > only library that still gives problems it's libgconfjava. > It's the old includes problems: > > gcc -g -O2 -fPIC -shared -o ../lib/libgconfjava2.5.so.2.5.1 \ > jni/org_gnu_gconf_ConfClient.o jni/org_gnu_gconf_ConfEntry.o > jni/org_gnu_gconf_ConfMetaInfo.o jni/org_gnu_gconf_ConfSchema.o > jni/org_gnu_gconf_ConfValue.o \ > -g -O2 -fPIC -I /home/mari/j2sdk_nb/j2sdk1.4.2/include -I > /home/mari/j2sdk_nb/j2sdk1.4.2/include/linux -Xlinker --no-undefined > jni/org_gnu_gconf_ConfClient.o(.text+0x12): In function > `Java_org_gnu_gconf_ConfClient_gconf_1client_1get_1default': > jni/org_gnu_gconf_ConfClient.c:32: undefined reference to > `gconf_client_get_default' > > ... > > I haven't looked into this yet, but if I'll not hear anyone that has the > same issue, I'm going to open a bug and assign it to myself. > > Merry Christmas :) |
From: Luca De R. <pie...@li...> - 2003-12-25 18:05:12
|
I've ended up installing all the required tarballs which j-g depens on, and the comiplation went smooth: after I've checked in a fix for libgtkjava to compile correclty, the only library that still gives problems it's libgconfjava. It's the old includes problems: gcc -g -O2 -fPIC -shared -o ../lib/libgconfjava2.5.so.2.5.1 \ jni/org_gnu_gconf_ConfClient.o jni/org_gnu_gconf_ConfEntry.o jni/org_gnu_gconf_ConfMetaInfo.o jni/org_gnu_gconf_ConfSchema.o jni/org_gnu_gconf_ConfValue.o \ -g -O2 -fPIC -I /home/mari/j2sdk_nb/j2sdk1.4.2/include -I /home/mari/j2sdk_nb/j2sdk1.4.2/include/linux -Xlinker --no-undefined jni/org_gnu_gconf_ConfClient.o(.text+0x12): In function `Java_org_gnu_gconf_ConfClient_gconf_1client_1get_1default': jni/org_gnu_gconf_ConfClient.c:32: undefined reference to `gconf_client_get_default' ... I haven't looked into this yet, but if I'll not hear anyone that has the same issue, I'm going to open a bug and assign it to myself. Merry Christmas :) -- Luca De Rugeriis <pie...@li...> |
From: Luca De R. <pie...@li...> - 2003-12-25 17:02:50
|
Ok, you are interested in hacking on java-gnome but you have discovered that you need gnome-2.5.1 and you can't download it cause your lack of bandwidth. You have to know that only few packages are required to compile the latest java-gnome; they are: GConf-2.4.0.1 ORBit2-2.9.2 gail-1.5.2 glib-2.3.1 gnome-keyring-0.1 gnome-vfs-2.5.3 gtk+-2.3.1 libbonobo-2.5.1 libglade-2.3.1 libgnome-2.5.1 libgnomecanvas-2.5.1 libgnomeui-2.5.1 libgtkhtml-2.5.0 I've managed to download them with a 56k modem! It's not that long. You can grab them all from: ftp://ftp.gnome.org/pub/GNOME/desktop/2.5/2.5.1/sources Happy hacking ;) -- Luca De Rugeriis <pie...@li...> |
From: Mark H. <mh...@ca...> - 2003-12-24 09:39:14
|
On Tue, Dec 23, 2003 at 01:14:38AM +0100, Thijs Thiessens wrote: > I tryed to compile a class anyway but not succesfull. > > locate gtkjava outputs: > /usr/local/lib/libgtkjava0.8.so.0.8.2 > > If I export my LD_LIBRARY_PATH with this lib directory, it still can't > load the class. (no gtkjava0.8 in java.library.path) Does it also contain libgtkjava0.8.so? (a symlink to the above file) -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... | mh...@ca... |
From: Joe M. C. <ma...@Fr...> - 2003-12-23 18:11:04
|
In my effort to port as much GNOME as possible to FreeBSD, I started on the Java-GNOME packages last night. After some considerable hacking, I has able to get libgtk-java ported. I do have some impressions (and patches if desired). I hope you don't mind me sharing. Again, this is libgtk-java-2.5.1 that was uploaded to the GNOME mirrors yesterday. * The root Makefile is missing a ';' in the install target * The gtk/src Makefile references LIBGTKHTML_CFLAGS, GNOME_CFLAGS, and LIBGLADE_CFLAGS. I assume these are vestiges of the Java-GNOME split, but since they are unexpanded by configure, they break the build. * The gtk/src Makefile links with --no-undefined, but this causes unresolved libc symbols on FreeBSD, and thus -lc is also needed. I'm not sure if this is a problem for Linux. * The documentation is not properly installed since the doc directory macro is not expanded by configure. * Finally, the library installed is libgtkjava2.3.so.2.3.1, but the API tries to load libgtkjava2.5.so. Other than that, it works quite well. Like I said, I do have patches for all of this, but I wasn't sure if these new GNOME mirror images are ready for general consumption, or if I jumped the gun. Thanks. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: ma...@Fr... gn...@Fr... FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome |
From: Thijs T. <T.T...@ti...> - 2003-12-23 14:26:06
|
Hey! Indeed it seems part of the problem. So I linked it. Next I discovered that libgnomejava needs to be linked to. No luck yet. So here is some more usefullness.. [root@localhost notime]# ln -s /usr/local/lib/libgnomejava0.8.so.0.8.2 /usr/local/lib/libgnomejava0.8.so [root@localhost notime]# java First Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/lib/libgnomejava0.8.so: /usr/local/lib/libgnomejava0.8.so: undefined symbol: gnome_password_dialog_set_remember_label_text at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1485) at java.lang.Runtime.loadLibrary0(Runtime.java:788) at java.lang.System.loadLibrary(System.java:834) at org.gnu.gnome.Program.<clinit>(Program.java:88) at First.main(First.java:10) [root@localhost notime]# echo $CLASSPATH /usr/local/lib:.:/usr/local/share/java-gnome:/usr/local/share/java-gnome/gnome0.8.jar:/usr/local/share/java-gnome/gtk0.8.jar [root@localhost notime]# echo $LD_LIBRARY_PATH /usr/local/lib I did a standard build though. (configure, make, make install) Running fedora core1. Java1.4.2_03 Thanks, Thijs Op di 23-12-2003, om 14:30 schreef Jeffrey Morgan: > This problem is caused because the java application cannot > find the native library when it is trying to load it. The > library does exist in your /usr/local/lib directory. It is > called libgtkjava0.8.so.0.8.2 but it looks like the symlink > was not created. Create a symlink called libgtkjava0.8.so > to the above mentioned file and see if it works. Please > make sure that /usr/local/lib is in you LD_LIBRARY_PATH. > > -Jeff > > On Tue, 2003-12-23 at 08:01, Thijs Thiessens wrote: > > Here is some usefullness!! > > > > [root@localhost notime]# ls /usr/local/share/java-gnome > > gconf0.8-0.8.2.jar glade0.8.jar gnomevte0.8-0.8.2.jar > > gtk0.8.jar > > gconf0.8.jar gnome0.8-0.8.2.jar gnomevte0.8.jar > > gtkhtml0.8-0.8.2.jar > > glade0.8-0.8.2.jar gnome0.8.jar gtk0.8-0.8.2.jar > > gtkhtml0.8.jar > > > > [root@localhost notime]# ls /usr/local/lib > > libgconfjar0.8.so libgnomejar0.8.so.0.8.2 > > libgtkhtmljar0.8.so.0.8.2 > > libgconfjar0.8.so.0.8.2 libgnomejava0.8.so.0.8.2 > > libgtkhtmljava0.8.so.0.8.2 > > libgconfjava0.8.so.0.8.2 libgnomevtejar0.8.so libgtkjar0.8.so > > libgladejar0.8.so.0.8.2 libgnomevtejar0.8.so.0.8.2 > > libgtkjar0.8.so.0.8.2 > > libgladejava0.8.so.0.8.2 libgnomevtejava0.8.so.0.8.2 > > libgtkjava0.8.so.0.8.2 > > libgnomejar0.8.so libgtkhtmljar0.8.so libladejar0.8.so > > > > [root@localhost notime]# echo $CLASSPATH > > /usr/local/lib:.:/usr/local/share/java-gnome:/usr/local/share/java-gnome/gnome0.8.jar:/usr/local/share/java-gnome/gtk0.8.jar > > > > [root@localhost notime]# java First > > Exception in thread "main" java.lang.UnsatisfiedLinkError: no gtkjava0.8 > > in java.library.path > > at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491) > > at java.lang.Runtime.loadLibrary0(Runtime.java:788) > > at java.lang.System.loadLibrary(System.java:834) > > at org.gnu.glib.GObject.<clinit>(GObject.java:165) > > at First.main(First.java:10) > > [root@localhost notime]# > > > > > > There is no gtkjava. > > > > Thanks, > > Thijs > > Op di 23-12-2003, om 13:31 schreef Luca De Rugeriis: > > > Il mar, 2003-12-23 alle 01:14, Thijs Thiessens ha scritto: > > > > I tryed to compile a class anyway but not succesfull. > > > > > > > > locate gtkjava outputs: > > > > /usr/local/lib/libgtkjava0.8.so.0.8.2 > > > > > > > > If I export my LD_LIBRARY_PATH with this lib directory, it still can't > > > > load the class. (no gtkjava0.8 in java.library.path) > > > Are you sure that if you type > > > echo $CLASSPATH > > > it gives /usr/local/lib ? It's definately a path problem. > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: IBM Linux Tutorials. > > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > > _______________________________________________ > > java-gnome-developer mailing list > > jav...@li... > > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer |
From: Jeffrey M. <ku...@zo...> - 2003-12-23 13:37:33
|
This problem is caused because the java application cannot find the native library when it is trying to load it. The library does exist in your /usr/local/lib directory. It is called libgtkjava0.8.so.0.8.2 but it looks like the symlink was not created. Create a symlink called libgtkjava0.8.so to the above mentioned file and see if it works. Please make sure that /usr/local/lib is in you LD_LIBRARY_PATH. -Jeff On Tue, 2003-12-23 at 08:01, Thijs Thiessens wrote: > Here is some usefullness!! > > [root@localhost notime]# ls /usr/local/share/java-gnome > gconf0.8-0.8.2.jar glade0.8.jar gnomevte0.8-0.8.2.jar > gtk0.8.jar > gconf0.8.jar gnome0.8-0.8.2.jar gnomevte0.8.jar > gtkhtml0.8-0.8.2.jar > glade0.8-0.8.2.jar gnome0.8.jar gtk0.8-0.8.2.jar > gtkhtml0.8.jar > > [root@localhost notime]# ls /usr/local/lib > libgconfjar0.8.so libgnomejar0.8.so.0.8.2 > libgtkhtmljar0.8.so.0.8.2 > libgconfjar0.8.so.0.8.2 libgnomejava0.8.so.0.8.2 > libgtkhtmljava0.8.so.0.8.2 > libgconfjava0.8.so.0.8.2 libgnomevtejar0.8.so libgtkjar0.8.so > libgladejar0.8.so.0.8.2 libgnomevtejar0.8.so.0.8.2 > libgtkjar0.8.so.0.8.2 > libgladejava0.8.so.0.8.2 libgnomevtejava0.8.so.0.8.2 > libgtkjava0.8.so.0.8.2 > libgnomejar0.8.so libgtkhtmljar0.8.so libladejar0.8.so > > [root@localhost notime]# echo $CLASSPATH > /usr/local/lib:.:/usr/local/share/java-gnome:/usr/local/share/java-gnome/gnome0.8.jar:/usr/local/share/java-gnome/gtk0.8.jar > > [root@localhost notime]# java First > Exception in thread "main" java.lang.UnsatisfiedLinkError: no gtkjava0.8 > in java.library.path > at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491) > at java.lang.Runtime.loadLibrary0(Runtime.java:788) > at java.lang.System.loadLibrary(System.java:834) > at org.gnu.glib.GObject.<clinit>(GObject.java:165) > at First.main(First.java:10) > [root@localhost notime]# > > > There is no gtkjava. > > Thanks, > Thijs > Op di 23-12-2003, om 13:31 schreef Luca De Rugeriis: > > Il mar, 2003-12-23 alle 01:14, Thijs Thiessens ha scritto: > > > I tryed to compile a class anyway but not succesfull. > > > > > > locate gtkjava outputs: > > > /usr/local/lib/libgtkjava0.8.so.0.8.2 > > > > > > If I export my LD_LIBRARY_PATH with this lib directory, it still can't > > > load the class. (no gtkjava0.8 in java.library.path) > > Are you sure that if you type > > echo $CLASSPATH > > it gives /usr/local/lib ? It's definately a path problem. > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > |
From: Thijs T. <T.T...@ti...> - 2003-12-23 13:04:59
|
So no luck huh... If you want I can cover it for a while. Will you send me some details? Thanks, Thijs Op di 23-12-2003, om 13:30 schreef Luca De Rugeriis: > Il mar, 2003-12-23 alle 01:19, Thijs Thiessens ha scritto: > > Any luck with the website maintainer? I saw it's still a bit out of > > date. > We're seeking for someone who can update it regularly, above all the > news on the site and the like. Are you interested? |
From: Thijs T. <T.T...@ti...> - 2003-12-23 13:01:56
|
Here is some usefullness!! [root@localhost notime]# ls /usr/local/share/java-gnome gconf0.8-0.8.2.jar glade0.8.jar gnomevte0.8-0.8.2.jar gtk0.8.jar gconf0.8.jar gnome0.8-0.8.2.jar gnomevte0.8.jar gtkhtml0.8-0.8.2.jar glade0.8-0.8.2.jar gnome0.8.jar gtk0.8-0.8.2.jar gtkhtml0.8.jar [root@localhost notime]# ls /usr/local/lib libgconfjar0.8.so libgnomejar0.8.so.0.8.2 libgtkhtmljar0.8.so.0.8.2 libgconfjar0.8.so.0.8.2 libgnomejava0.8.so.0.8.2 libgtkhtmljava0.8.so.0.8.2 libgconfjava0.8.so.0.8.2 libgnomevtejar0.8.so libgtkjar0.8.so libgladejar0.8.so.0.8.2 libgnomevtejar0.8.so.0.8.2 libgtkjar0.8.so.0.8.2 libgladejava0.8.so.0.8.2 libgnomevtejava0.8.so.0.8.2 libgtkjava0.8.so.0.8.2 libgnomejar0.8.so libgtkhtmljar0.8.so libladejar0.8.so [root@localhost notime]# echo $CLASSPATH /usr/local/lib:.:/usr/local/share/java-gnome:/usr/local/share/java-gnome/gnome0.8.jar:/usr/local/share/java-gnome/gtk0.8.jar [root@localhost notime]# java First Exception in thread "main" java.lang.UnsatisfiedLinkError: no gtkjava0.8 in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491) at java.lang.Runtime.loadLibrary0(Runtime.java:788) at java.lang.System.loadLibrary(System.java:834) at org.gnu.glib.GObject.<clinit>(GObject.java:165) at First.main(First.java:10) [root@localhost notime]# There is no gtkjava. Thanks, Thijs Op di 23-12-2003, om 13:31 schreef Luca De Rugeriis: > Il mar, 2003-12-23 alle 01:14, Thijs Thiessens ha scritto: > > I tryed to compile a class anyway but not succesfull. > > > > locate gtkjava outputs: > > /usr/local/lib/libgtkjava0.8.so.0.8.2 > > > > If I export my LD_LIBRARY_PATH with this lib directory, it still can't > > load the class. (no gtkjava0.8 in java.library.path) > Are you sure that if you type > echo $CLASSPATH > it gives /usr/local/lib ? It's definately a path problem. |
From: Luca De R. <pie...@li...> - 2003-12-23 12:53:40
|
I want to say best wishes to the java-gnome team and to the whole java-gnome community. You rule! -- Luca De Rugeriis <pie...@li...> |
From: Luca De R. <pie...@li...> - 2003-12-23 12:32:39
|
Il mar, 2003-12-23 alle 01:14, Thijs Thiessens ha scritto: > I tryed to compile a class anyway but not succesfull. > > locate gtkjava outputs: > /usr/local/lib/libgtkjava0.8.so.0.8.2 > > If I export my LD_LIBRARY_PATH with this lib directory, it still can't > load the class. (no gtkjava0.8 in java.library.path) Are you sure that if you type echo $CLASSPATH it gives /usr/local/lib ? It's definately a path problem. -- Luca De Rugeriis <pie...@li...> |
From: Luca De R. <pie...@li...> - 2003-12-23 12:31:21
|
Il mar, 2003-12-23 alle 01:19, Thijs Thiessens ha scritto: > Any luck with the website maintainer? I saw it's still a bit out of > date. We're seeking for someone who can update it regularly, above all the news on the site and the like. Are you interested? -- Luca De Rugeriis <pie...@li...> |
From: Thijs T. <T.T...@ti...> - 2003-12-23 00:19:09
|
Any luck with the website maintainer? I saw it's still a bit out of date. Thanks Thijs |
From: Thijs T. <T.T...@ti...> - 2003-12-23 00:14:40
|
I tryed to compile a class anyway but not succesfull. locate gtkjava outputs: /usr/local/lib/libgtkjava0.8.so.0.8.2 If I export my LD_LIBRARY_PATH with this lib directory, it still can't load the class. (no gtkjava0.8 in java.library.path) Thanks Thijs Op di 23-12-2003, om 00:34 schreef Thijs Thiessens: > Hey > > Make install gives me the following error: > - > mkdir: build-faq > mkdir: cannot create directory 'build-faq': file already exists > make[1]: [build-faq/index.html] error 1 > - > > It gave a few more erors like the above. Configure and make gave no > problems. > > Any suggestions? > Thanks > > Thijs Thiessens > > |
From: Thijs T. <T.T...@ti...> - 2003-12-22 23:34:33
|
Hey Make install gives me the following error: - mkdir: build-faq mkdir: cannot create directory 'build-faq': file already exists make[1]: [build-faq/index.html] error 1 - It gave a few more erors like the above. Configure and make gave no problems. Any suggestions? Thanks Thijs Thiessens |
From: Luca De R. <pie...@li...> - 2003-12-22 22:27:42
|
Il lun, 2003-12-22 alle 10:02, Sin Yu ha scritto: I'll send you a gnome-postal tarball, it was removed from cvs after the recent source tree restructuring. I was the last who touched gnome-postal, feel free to ask any further question. -- Luca De Rugeriis <pie...@li...> |
From: Andrew <aj...@on...> - 2003-12-22 09:27:45
|
Alex Moreno wrote: >Hi, > >i´m not sure how to do the next. I want to have a login window that >when you press OK, dissapears and lets a new window to get the control. >If i try to hide or destroying the login window the application crashes. > >Maybe I have to create two different glade sessions for the two different >windows? I attach the glade file to help in see what i try to do. Thanks >in advance. > > I was hoping for an answer to this as well. The only way I found around this problem (and it's not a good one) is to load all the windows and just show/hide them, but this means they sit in memory and it's really just wrong ! I guess we do need to have multiple glade files. -- [ A n d r e w ] -------|------- |
From: Sin Yu <is...@du...> - 2003-12-22 09:03:17
|
I access the original postal homepage and search through Goole, but get none of useful information about how to get the java-gnome version postal. Who can tell me how to get it. Thanks. Sin |
From: Alberto G. <alb...@te...> - 2003-12-20 21:34:56
|
Could somebody write some text announcing this release in order to put it into the news section of the web site? I can do it, but my English is bad. Is somebody interested in maintaining the java-gnome web site? I could be the web-designer and the Spanish translator, but I need that somebody updates the information (i.e. the news section). |