[Java-gnome-developer] About Dialog
Brought to you by:
afcowie
From: Andrew <ac...@on...> - 2003-12-06 20:29:54
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 OK, I have an error I'm not sure why. I created a small window using glade, and load the window using libglade. The onAboutActivate() method is defined as a signal in glade, the logging prints out, however crashes with the error listed below. I have run the CroMagnon application and the about dialog works fine with that, so I'm a little stumped?? Note: I have this also in my startup; -Djava.library.path=/usr/local/lib public void onAboutActivate(MenuItemEvent event, Object target) { logger.finest("Help/About"); About about = new About(APP_TITLE, APP_VERSION, "Don't know yet!!", "Application written using Java-Gnome", new String[]{"Andrew"}, new String[]{"Andrew"}, "No translation available", (Pixbuf) null); about.show(); } ListenerDelegate.fireEvent(org.gnu.gtk.event.MenuItemEvent[source=org.gnu.gtk.MenuItem@aeffdf,id=ACTIVATE]): java.lang.UnsatisfiedLinkError: gnome_about_new java.lang.UnsatisfiedLinkError: gnome_about_new at org.gnu.gnome.About.gnome_about_new(Native Method) at org.gnu.gnome.About.<init>(About.java:58) - -- [A n d r e w] - ------|------ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQE/0jxV2AKtqeH2FeQRAnbvAKCcuCp6+2DrhvZcXw/RLyVEFszyOACfZOZA ZRqOzkjLmO1hlFHr6k1D7+0= =Zh3m -----END PGP SIGNATURE----- |