java-gnome-developer Mailing List for The java-gnome language bindings project (Page 50)
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: Clint A. <ca...@au...> - 2005-03-08 14:08:14
|
Bruno Dusausoy said: > Hi, > > I must be the dumbest man in the world but I cannot compile/run any Java-Gnome program, whether it's with Eclipse or not ! I don't think so, just uninformed. ;-) [snip] > My CLASSPATH is as follows : > > bdusauso@Tu-144:~/workspace/First$ echo $CLASSPATH > /usr/lib/j2se/1.4/jre/lib/rt.jar:/usr/share/java:. Here is your first problem. When adding .jar files to your classpath, you must specify each file individually, like this: /usr/share/java/gtk2.4.jar:/usr/share/java/gnome.jar:...etc. Putting just /usr/share/java won't work. Fix this and you'll fix the majority of your problems. [snip] > Another problem is when running Eclipse. I've set it up like shown in > > http://java-gnome.sourceforge.net/cgi-bin/bin/view/Main/EclipseDevelopment > > But, when running, Eclipse tells me : > > Exception in thread "main" > java.lang.UnsatisfiedLinkError: /usr/lib/jni/libgnomejava2.8.so.2.8.2: libgtkjava2.4.so: cannot open shared object file: No such file or directory > at java.lang.ClassLoader$NativeLibrary.load(Native Method) > at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586) > at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1511) > at java.lang.Runtime.loadLibrary0(Runtime.java:788) > at java.lang.System.loadLibrary(System.java:834) > at org.gnu.gnome.Program.<clinit>(Program.java:74) > at First.main(First.java:22) > > This one is more tricky to figure out, but easy to fix. In Eclipse, open up the Run... dialog and click on the Environment tab. Click the New button to add a new environment variable: Name: LD_LIBRARY_PATH Value: /usr/lib/jni That should do it. Write back if you have more problems. |
From: Joao V. <jvi...@ya...> - 2005-03-08 13:25:39
|
--- Jeff Morgan <ku...@gm...> wrote: > There is a simple solution for this issue as well. The example > cannot find the Java-GNOME shared objects to load them > at runtime. You can resolve this by either adding the path > to the shared objects to your LD_LIBRARY_PATH env variable > or you can specify -Djava.library.path=/usr/lib/jni as a VM > argument. This VM argument is set up in the run dialog of eclipse > by selecting the Arguments tab. There is a screenshot and detailed instructions of how to do this, in the docs: http://java-gnome.sourceforge.net/cgi-bin/bin/view/Main/EclipseDevelopment#Making_Eclipse_aware_of_the_nati I think i'll update this doc later, to make it more "explicit", because i've seen many people forgeting to do that step... Cheers, J.V. _______________________________________________________ Yahoo! Acesso Grátis - Instale o discador do Yahoo! agora. http://br.acesso.yahoo.com/ - Internet rápida e grátis |
From: Jeff M. <ku...@gm...> - 2005-03-08 13:15:42
|
On Tue, 08 Mar 2005 14:08:06 +0100, Bruno Dusausoy <bdu...@be...> wrote: > My CLASSPATH is as follows : > > bdusauso@Tu-144:~/workspace/First$ echo $CLASSPATH > /usr/lib/j2se/1.4/jre/lib/rt.jar:/usr/share/java:. > ... > It seems javac don't find the packages, but my parameters (CLASSPATH > especially) are right, no ? The problem here is that the Java-GNOME libraries are not in your classpath. You need to add the gtk and gnome jar files to your classpath in order to compile this example. > But, when running, Eclipse tells me : > > Exception in thread "main" > java.lang.UnsatisfiedLinkError: /usr/lib/jni/libgnomejava2.8.so.2.8.2: > libgtkjava2.4.so: cannot open shared object file: No such file or > directory > at java.lang.ClassLoader$NativeLibrary.load(Native Method) > at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586) > at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1511) > at java.lang.Runtime.loadLibrary0(Runtime.java:788) > at java.lang.System.loadLibrary(System.java:834) > at org.gnu.gnome.Program.<clinit>(Program.java:74) > at First.main(First.java:22) > > I'm sure i'm doing all things the wrong way, but I don't know how to do > it right :) > Is there a good soul who can help me ? > There is a simple solution for this issue as well. The example cannot find the Java-GNOME shared objects to load them at runtime. You can resolve this by either adding the path to the shared objects to your LD_LIBRARY_PATH env variable or you can specify -Djava.library.path=/usr/lib/jni as a VM argument. This VM argument is set up in the run dialog of eclipse by selecting the Arguments tab. -- Jeffrey Morgan "The highest reward for a man's toil is not what he gets for it, but what he becomes by it" - Jon Ruskin |
From: Bruno D. <bdu...@be...> - 2005-03-08 13:08:21
|
Hi, I must be the dumbest man in the world but I cannot compile/run any Java-Gnome program, whether it's with Eclipse or not ! I'm running Debian/Sid with Sun's JDK 1.4 Jar's are in /usr/share/java : bdusauso@Tu-144:~/workspace/First$ ls /usr/share/java docbook-xsl-saxon651-1.66.1.jar gnome2.8-2.8.2.jar gtk2.4-2.4.6.jar docbook-xsl-saxon65-1.66.1.jar gnome2.8.jar gtk2.4.jar docbook-xsl-saxon651.jar gnomevfs2.7-2.7.4.jar gtkhtml2.4-2.4.3.jar docbook-xsl-saxon65.jar gnomevfs2.7.jar gtkhtml2.4.jar docbook-xsl-xalan25-1.66.1.jar gnomevte0.11-0.11.13.jar docbook-xsl-xalan25.jar gnomevte0.11.jar And the .so's are in /usr/lib/jni : bdusauso@Tu-144:~/workspace/First$ ls /usr/lib/jni libgnomejar2.8.so libgnomevtejava0.11.so libgnomejar2.8.so.2.8.2 libgnomevtejava0.11.so.0.11.13 libgnomejava2.8.so libgtkhtmljar2.4.so libgnomejava2.8.so.2.8.2 libgtkhtmljar2.4.so.2.4.3 libgnomevfsjar2.7.so libgtkhtmljava2.4.so libgnomevfsjar2.7.so.2.7.4 libgtkhtmljava2.4.so.2.4.3 libgnomevfsjava2.7.so libgtkjar2.4.so libgnomevfsjava2.7.so.2.7.4 libgtkjar2.4.so.2.4.6 libgnomevtejar0.11.so libgtkjava2.4.so libgnomevtejar0.11.so.0.11.13 libgtkjava2.4.so.2.4.6 The program is the first one from the tutorial, that is : My CLASSPATH is as follows : bdusauso@Tu-144:~/workspace/First$ echo $CLASSPATH /usr/lib/j2se/1.4/jre/lib/rt.jar:/usr/share/java:. bdusauso@Tu-144:~/workspace/First$ cat First.java import org.gnu.gnome.App; import org.gnu.gnome.Program; import org.gnu.gtk.Gtk; public class First { public static void main(String[] args) { // Initialization Program.initGnomeUI("First", "0.1", args); App app = new App("First", "First App"); app.show(); Gtk.main(); } } So, when trying "javac First.java", I run into troubles ;) : bdusauso@Tu-144:~/workspace/First$ javac First.java First.java:14: package org.gnu.gnome does not exist import org.gnu.gnome.App; ^ First.java:15: package org.gnu.gnome does not exist import org.gnu.gnome.Program; ^ First.java:16: package org.gnu.gtk does not exist import org.gnu.gtk.Gtk; ^ First.java:22: cannot resolve symbol symbol : variable Program location: class First Program.initGnomeUI("First", "0.1", args); ^ First.java:24: cannot resolve symbol symbol : class App location: class First App app = new App("First", "First App"); ^ First.java:24: cannot resolve symbol symbol : class App location: class First App app = new App("First", "First App"); ^ First.java:27: cannot resolve symbol symbol : variable Gtk location: class First Gtk.main(); ^ 7 errors It seems javac don't find the packages, but my parameters (CLASSPATH especially) are right, no ? Another problem is when running Eclipse. I've set it up like shown in http://java-gnome.sourceforge.net/cgi-bin/bin/view/Main/EclipseDevelopment But, when running, Eclipse tells me : Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/lib/jni/libgnomejava2.8.so.2.8.2: libgtkjava2.4.so: cannot open shared object file: No such file or directory at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1511) at java.lang.Runtime.loadLibrary0(Runtime.java:788) at java.lang.System.loadLibrary(System.java:834) at org.gnu.gnome.Program.<clinit>(Program.java:74) at First.main(First.java:22) I'm sure i'm doing all things the wrong way, but I don't know how to do it right :) Is there a good soul who can help me ? Regards. -- Bruno Dusausoy <bdu...@be...> aka Thx1138 |
From: Ka-Hing C. <ka...@gm...> - 2005-03-08 07:40:24
|
On Tue, 08 Mar 2005 06:54:11 +0000, Simon Godden <si...@sg...> wrote: > I don't think so. If you run the java command from a MS-DOS prompt, > then it tells you about any missing DLL dependency that it cannot load, > and there are no such messages. > > As it is Java that is throwing the unsatisfied link error, I believe it > must be the definition of a native method that it cannot find, i.e. > something within the gtkjni-2.4.dll itself, as suggested by a previous > post. Perhaps java cannot load gtkjni-2.4.dll because gtkjni-2.4.dll references gtk_init, which is contained in one of the GTK dlls, and since java cannot find the GTK dlls, you get the unsatisfied link error. > If it had successfully found the native method and the problem was > something the native method itself was calling, I don't think I would > get a UnsatisfiedLinkError, because it would be out of the JVM's hands > by then. I haven't done much JNI, but as I recall java throws UnsatisfiedLinkError when what I described above happens. It may also throw the same exception under other conditions though. Getting native libraries to load is not what I would call fun... -khc |
From: Simon G. <si...@sg...> - 2005-03-08 06:54:21
|
On Mon, 2005-03-07 at 18:29 -0800, Ka-Hing Cheung wrote: > I think the problem is that Windows cannot find the dll for GTK (not > gtkjava), which causes the failure when JVM tries to load > gtkjni-2.4.dll. > > -khc I don't think so. If you run the java command from a MS-DOS prompt, then it tells you about any missing DLL dependency that it cannot load, and there are no such messages. As it is Java that is throwing the unsatisfied link error, I believe it must be the definition of a native method that it cannot find, i.e. something within the gtkjni-2.4.dll itself, as suggested by a previous post. If it had successfully found the native method and the problem was something the native method itself was calling, I don't think I would get a UnsatisfiedLinkError, because it would be out of the JVM's hands by then. But I'm no JNI expert, so if someone with more experience could confirm or deny... |
From: Ka-Hing C. <ka...@gm...> - 2005-03-08 02:29:14
|
I think the problem is that Windows cannot find the dll for GTK (not gtkjava), which causes the failure when JVM tries to load gtkjni-2.4.dll. -khc |
From: Simon G. <si...@sg...> - 2005-03-07 19:42:34
|
On Mon, Mar 07, 2005 at 11:55:14AM -0500, Jeff Morgan wrote: > > Simon, are you using gcc to compile the dll? If not then this is another > clue to the problem. I am using gcc, but not going on to the gcj step (compiling the gtk-2.4.jar to native, which I guess is meant for people wanting to compile their own app to native, which I'm not concerned with). What I meant was that given when I run nm I see the exported symbol of the correct name in gtkjni-2.4.dll, it seems gcc has done its job correctly, and java is doing something wrong. But again I have to admit my knowledge of this area is poor (competent java programmer who can also do a bit of C). Simon |
From: Jeff M. <ku...@gm...> - 2005-03-07 17:52:50
|
On Mon, 7 Mar 2005 15:21:33 +0000, Simon Godden <si...@sg...> wrote: > I have built gtk-java using MinGW, no problem. > > But when I try to run anything I get > > java.lang.UnsatisfiedLinkError: gtk_init > > Running nm on the gtkjni-2.4.dll produced shows that symbols are e.g. > > Java_org_gnu_gtk_Gtk_gtk_1init@16 > > i.e. the native method is called gtk_1init, and not gtk_init. Simon, the name of the native method is correct. At runtime this name is usually translated so the java code can find the proper JNI method. On the windows platform this translation is not taking place. I reported it to the gcc team via an email about two weeks ago. I still haven't received a response. I will post to the list one more time and follow up with a bugzilla report. > > Can someone explain what is going on here. Probably just my ignorance > of how JNI is working, but the method names in the jni c sources don't > look like they match what is expected in the java sources. The method call is correct. If you run the java file through javah you will see that this is the method created. > > Simon. > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > -- Jeffrey Morgan "The highest reward for a man's toil is not what he gets for it, but what he becomes by it" - Jon Ruskin |
From: Simon G. <si...@sg...> - 2005-03-07 15:09:53
|
I have built gtk-java using MinGW, no problem. But when I try to run anything I get java.lang.UnsatisfiedLinkError: gtk_init Running nm on the gtkjni-2.4.dll produced shows that symbols are e.g. Java_org_gnu_gtk_Gtk_gtk_1init@16 i.e. the native method is called gtk_1init, and not gtk_init. Can someone explain what is going on here. Probably just my ignorance of how JNI is working, but the method names in the jni c sources don't look like they match what is expected in the java sources. Simon. |
From: Jeff M. <ku...@gm...> - 2005-03-07 12:59:37
|
On Mon, 07 Mar 2005 08:42:46 +0000, Ismael Juma <ml...@ju...> wrote: > I had a quick look and it seems like it is a bug in libgtk-java. In > IconTheme.java, the native method gtk_icon_theme_load_icon has one > incorrect parameter. The signature should be > gtk_icon_theme_load_icon(Handle, String, int, int, Handle), but it is > gtk_icon_theme_load_icon(Handle, String, int, int, int[]). > > In addition there is also a problem with loadIcon(String, int, > IconLookupFlags). It calls the Pixbuf constructor without checking if > the Handle received from gtk_icon_theme_load_icon is null. However, > according to the javadoc for GTK, null is returned if no icon is found. Ismael is correct on both accounts. I should have this fixed in cvs today. -- Jeffrey Morgan "The highest reward for a man's toil is not what he gets for it, but what he becomes by it" - Jon Ruskin |
From: Jeff M. <ku...@gm...> - 2005-03-07 12:47:01
|
libgnome-java-2.10.0, libglade-java-2.10.0, and libgconf-java-2.10.0 are available for download at: http://ftp.gnome.org/pub/GNOME/sources/libgnome-java/2.10/ http://ftp.acc.umu.se/pub/GNOME/sources/libglade-java/2.10/ http://ftp.gnome.org/pub/GNOME/sources/libgconf-java/2.10/ These packages combinded with libgtk-java-2.6.0 make up our official Java-GNOME 2.10 release. There have been numerous changes compared to our 2.8.x releases. The major changes are: * Support for all API changes in upstream libraries. * Support for 64-bit platforms * Performance enhancements in our callback process * Numerous bug fixes About Java-GNOME =============== Java-GNOME is a collection of Java language bindings for the GNOME Desktop Environment. They provide a high-level, object oriented API allowing developers to quickly build desktop applications. When combined with gcj and eclipse they deliver a very compelling GNOME development environment. To learn more about Java-GNOME and the additional bindings we provide please visit our web site at: http://java-gnome.sourceforge.net -- Jeffrey Morgan |
From: Ismael J. <ml...@ju...> - 2005-03-07 08:47:38
|
Manuel Ledesma wrote: > Here is my code ... > > IconTheme theme = IconTheme.getDefault(); > Pixbuf icon = theme.loadIcon("gnome-fs-directory", 16, > IconLookupFlags.USE_BUILTIN); > > Here is the exception that I'm always getting: > java.lang.Exception: file gtkicontheme.c: line 1244 > (gtk_icon_theme_load_icon): assertion `error == NULL || *error == NULL' > failed > at org.gnu.glib.GObject.printStackTrace(GObject.java:644) > at org.gnu.gtk.IconTheme.gtk_icon_theme_load_icon(Native Method) > at org.gnu.gtk.IconTheme.loadIcon(IconTheme.java:70) > at org.mels.TreeHelper.addRow(TreeHelper.java:128) > at org.mels.TreeHelper.getTree(TreeHelper.java:79) > at org.mels.GCvs.createTree(GCvs.java:68) > at org.mels.GCvs.<init>(GCvs.java:52) > at org.mels.GCvs.main(GCvs.java:116) > > (java-gnome:10069): GLib-GObject-CRITICAL **: file gobject.c: line 1667 > (g_object_set_data_full): assertion `G_IS_OBJECT (object)' failed > > Any help or suggestion would be greatly appreciated. > > Thanks in advance. > Hi, I had a quick look and it seems like it is a bug in libgtk-java. In IconTheme.java, the native method gtk_icon_theme_load_icon has one incorrect parameter. The signature should be gtk_icon_theme_load_icon(Handle, String, int, int, Handle), but it is gtk_icon_theme_load_icon(Handle, String, int, int, int[]). In addition there is also a problem with loadIcon(String, int, IconLookupFlags). It calls the Pixbuf constructor without checking if the Handle received from gtk_icon_theme_load_icon is null. However, according to the javadoc for GTK, null is returned if no icon is found. Anyways, I am not very familiar with the java-gnome codebase, so I might be wrong. :) Regards, Ismael |
From: Manuel L. <man...@co...> - 2005-03-07 05:02:17
|
Here is my code ... IconTheme theme = IconTheme.getDefault(); Pixbuf icon = theme.loadIcon("gnome-fs-directory", 16, IconLookupFlags.USE_BUILTIN); Here is the exception that I'm always getting: java.lang.Exception: file gtkicontheme.c: line 1244 (gtk_icon_theme_load_icon): assertion `error == NULL || *error == NULL' failed at org.gnu.glib.GObject.printStackTrace(GObject.java:644) at org.gnu.gtk.IconTheme.gtk_icon_theme_load_icon(Native Method) at org.gnu.gtk.IconTheme.loadIcon(IconTheme.java:70) at org.mels.TreeHelper.addRow(TreeHelper.java:128) at org.mels.TreeHelper.getTree(TreeHelper.java:79) at org.mels.GCvs.createTree(GCvs.java:68) at org.mels.GCvs.<init>(GCvs.java:52) at org.mels.GCvs.main(GCvs.java:116) (java-gnome:10069): GLib-GObject-CRITICAL **: file gobject.c: line 1667 (g_object_set_data_full): assertion `G_IS_OBJECT (object)' failed Any help or suggestion would be greatly appreciated. Thanks in advance. |
From: Jeff M. <ku...@gm...> - 2005-03-04 21:09:36
|
For those who are interested I just checked in working examples for the cairo-java bindings. These examples implement four of the "snippets" from the cairo-demo project for PdfSurface and PngSurface. I will be adding more over the weekend. -- Jeffrey Morgan "The highest reward for a man's toil is not what he gets for it, but what he becomes by it" - Jon Ruskin |
From: Clint A. <ca...@au...> - 2005-02-28 15:32:06
|
Ahh, I _thought_ I had the latest version. I have 1.8.0 installed. I'll give it a go with 1.9.0. Thanks! Ismael Juma said: > Clint Allen wrote: >> [snip] >> If I change "gtk2.6.jar" to "gtk2.4.jar", it works fine. I have the >> latest version of libatk-dev installed. Any ideas what might be going >> on >> here? >> [snip] > > I had a similar problem at some point and it was because I did not have > atk 1.9.0 installed (I had the latest stable version, atk 1.8.0). Which > version do you have installed? > > Regards, > Ismael |
From: Ismael J. <ml...@ju...> - 2005-02-28 14:22:21
|
Clint Allen wrote: > [snip] > If I change "gtk2.6.jar" to "gtk2.4.jar", it works fine. I have the > latest version of libatk-dev installed. Any ideas what might be going on > here? > [snip] I had a similar problem at some point and it was because I did not have atk 1.9.0 installed (I had the latest stable version, atk 1.8.0). Which version do you have installed? Regards, Ismael |
From: Clint A. <ca...@au...> - 2005-02-28 14:08:01
|
Hi everyone. I recently downloaded and built the new libgtk-java-2.6.0, and it compiled with no problems. However, when I run this: # java -Djava.library.path=/usr/local/lib -cp /usr/local/share/java/gtk2.6.jar:/usr/local/share/java/glade2.8.jar:/usr/local/share/java/gnome2.8.jar:. GladeRunner it gives me the following error: Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/lib/libgtkjni-2.6.so: /usr/local/lib/libgtkjni-2.6.so: undefined symbol: atk_relation_add_target at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676) at java.lang.Runtime.loadLibrary0(Runtime.java:822) at java.lang.System.loadLibrary(System.java:992) at org.gnu.gtk.Gtk.<clinit>(Gtk.java:187) at GladeRunner.main(GladeRunner.java:67) If I change "gtk2.6.jar" to "gtk2.4.jar", it works fine. I have the latest version of libatk-dev installed. Any ideas what might be going on here? |
From: Joao V. <jvi...@ya...> - 2005-02-27 16:36:08
|
--- Abcdefg <ab...@so...> escreveu: > Hi I have a problem with the wiki. I don't know how to upload a file > I went to this page: > http://java-gnome.sourceforge.net/cgi-bin/bin/view/Main/GladeWidgetPropertiesAndEvents > and than clicked upload attachement this is where I'm than but I do not know > what to click then.. > http://egzz.net/button.jpg > > Is this a bug or am I doing something wrong? Ehh... that was just me being lazy :P Fixed it. J.V. _______________________________________________________ Yahoo! Acesso Grátis - Instale o discador do Yahoo! agora. http://br.acesso.yahoo.com/ - Internet rápida e grátis |
From: Mark H. <mh...@ti...> - 2005-02-27 15:01:52
|
On Sun, Feb 27, 2005 at 01:28:52PM +0100, Abcdefg wrote: > Hi I have a problem with the wiki. I don't know how to upload a file > I went to this page: > http://java-gnome.sourceforge.net/cgi-bin/bin/view/Main/GladeWidgetPropertiesAndEvents > and than clicked upload attachement this is where I'm than but I do not know > what to click then.. Do you enter your username and password at this point then get the existing attachments and attach new file screen? If so you just click browse to find the file, add you comment and click upload file. -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... |
From: Jeff M. <ku...@gm...> - 2005-02-27 14:43:29
|
The Java-GNOME team is pleased to announce the latest development release of libgnome-java, libglade-java, and libgconf-java. This release contains bug fixes and build improvements. You can download the latest source tarballs from gnome ftp at: libgnome-java: http://ftp.gnome.org/pub/GNOME/sources/libgnome-java/2.9/libgnome-java-2.9.92.tar.gz libglade-java: http://ftp.gnome.org/pub/GNOME/sources/libglade-java/2.9/libglade-java-2.9.92.tar.gz libgconf-java: http://ftp.gnome.org/pub/GNOME/sources/libgconf-java/2.9/libgconf-java-2.9.92.tar.gz -- Jeffrey Morgan |
From: Abcdefg <ab...@so...> - 2005-02-27 12:28:58
|
Hi I have a problem with the wiki. I don't know how to upload a file I went to this page: http://java-gnome.sourceforge.net/cgi-bin/bin/view/Main/GladeWidgetPropertiesAndEvents and than clicked upload attachement this is where I'm than but I do not know what to click then.. http://egzz.net/button.jpg Is this a bug or am I doing something wrong? Thanks, David |
From: Andrew C. <an...@op...> - 2005-02-26 12:24:50
|
Hi, For the Gentoo users in our little community, I have packaged dev-java/libgtk-java-2.4.8.1 dev-java/libgnome-java-2.8.3.1 dev-java/libglade-java-2.8.3.1 dev-java/libgconf-java-2.8.3.1 with dev-java/java-gnome-2.8.3 as my usual meta package to pull it all in and build the unified javadocs. You can download a tarball of the ebuilds suitable for overlay from http://www.operationaldynamics.com/reference/software/gentoo/ until it makes it into Portage proper. This obviously has all the 64 bit work, bug fixes, but more importantly is a long way towards adapting our packages to the new automake based upstream java-gnome releases. Comments directly to me or to http://bugs.gentoo.org/show_bug.cgi?id=83366 Cheers, AfC Sydney -- Andrew Frederick Cowie Managing Director Sydney: +61 2 9977 6866 New York: +1 646 472 5054 Toronto: +1 416 848 6072 London: +44 207 1019201 OPERATIONAL DYNAMICS Operations Consultants and Infrastructure Engineers specializing in technology strategy, changes & upgrades, enterprise architecture, and performance improvement for mission critical systems & the people who run them. http://www.operationaldynamics.com/ |
From: Jeff M. <ku...@gm...> - 2005-02-25 18:07:33
|
The Java-GNOME team is pleased to announce the first official release of our Java bindings for GtkMozEmbed. This binding will replace our libgtkhtml-java bindings as the prefered html widget for Java-GNOME. You can download the source tarballs from the GNOME ftp site at: http://ftp.gnome.org/pub/GNOME/sources/libgtkmozembed-java/1.7/ -- Jeffrey Morgan |
From: Jeff M. <ku...@gm...> - 2005-02-25 17:35:08
|
The Java-GNOME Team is please to announce the next stable release of libgtk-java. This release is the result of six months of development effort. A few of the highlights are: * Support for all new gtk widgets * Support for 64-bit platforms * Significantly enhanced gdk capabilities * Full gdk-pixbuf support * Numerous bug fixes You can download the source tarballs from the GNOME ftp site at: http://ftp.gnome.org/pub/GNOME/sources/libgtk-java/2.6/ -- Jeffrey Morgan |