[Java-gnome-developer] Problem running glade program
Brought to you by:
afcowie
From: Abcdefg <ab...@so...> - 2004-12-17 19:03:01
|
Hi, I understand that you are doing this in your free time and I appreciate this. Sorry if my mail looked like a flame. I changed the file and compiling now works! but now I get an error when I run it: $ java SimpleGladeExample (java-gnome:7634): GConf-CRITICAL **: file gconf-client.c: line 547 (gconf_client_add_dir): assertion `gconf_valid_key (dirname, NULL)' failed org.gnu.glade.GladeXMLException: <property> element should be empty. Found <b>. at org.gnu.glade.LibGlade.glade_xml_new_from_buffer(Native Method) at org.gnu.glade.LibGlade.<init>(LibGlade.java:123) at SimpleGladeExample.<init>(SimpleGladeExample.java:20) at SimpleGladeExample.main(SimpleGladeExample.java:35) I don't have gnome installed (I use xfce), could this be the reason? I don't need gnome for glade, do I? Thanks, David |