Re: [Java-gnome-developer] Gtk.init throws exception when run on Ubuntu 13.04

2013-07-31 Thread Niranjan Rao
Sorry for the late reply. We use both 32bit and 64bit though we are in process of migrating to 64bit completely. Not that it should make any difference, but the code runs on standalone boxes and diverse virtual host. You may want to look at dependencies on 13.04. If I remember correctly we ha

Re: [Java-gnome-developer] Gtk.init throws exception when run on Ubuntu 13.04

2013-07-24 Thread Andrew Cowie
On Wed, 2013-07-24 at 08:49 +0100, Johan Groth wrote: > Could it be I'm on a 64 bit version of Linux? No, not that (though always a likely candidate). We've been 64-bit safe for years. AfC Sydney signature.asc Description: This is a digitally signed message part ---

Re: [Java-gnome-developer] Gtk.init throws exception when run on Ubuntu 13.04

2013-07-24 Thread Johan Groth
On 23/07/2013 20:31, Niranjan Rao wrote: > I do use/have used java gnome on all 3 versions of Ubuntu starting from > Ubuntu 12.04 namely 12.04, 12.10, 13.04. It does work fine on all of > these versions. > > Only difference I can think of is our jar file is built locally and > deployed to internal

Re: [Java-gnome-developer] Gtk.init throws exception when run on Ubuntu 13.04

2013-07-23 Thread Niranjan Rao
I do use/have used java gnome on all 3 versions of Ubuntu starting from Ubuntu 12.04 namely 12.04, 12.10, 13.04. It does work fine on all of these versions. Only difference I can think of is our jar file is built locally and deployed to internal maven repository where all other developers acce

Re: [Java-gnome-developer] Gtk.init throws exception when run on Ubuntu 13.04

2013-07-23 Thread cyber python
It's fairly easy - just open a terminal and give: *sudo add-apt-repository ppa:java-gnome/ppa* *sudo apt-get update* *sudo apt-get install java-gnome* The first command adds the PPA to your software sources. The second one updates the package index of your system. The third one actually installs t

Re: [Java-gnome-developer] Gtk.init throws exception when run on Ubuntu 13.04

2013-07-23 Thread Johan Groth
On 23/07/2013 02:15, Andrew Cowie wrote: > On Tue, 2013-07-23 at 00:39 +0100, Johan Groth wrote: It seems to me that java-gnome 4.1.2 is broken on Ubuntu 13.04. I simply can't get it to work. Oh, well, back to using Swing. It might be that java-gnome 4.1.2 is just fine and Unbuntu 13.04

Re: [Java-gnome-developer] Gtk.init throws exception when run on Ubuntu 13.04

2013-07-22 Thread Andrew Cowie
On Tue, 2013-07-23 at 00:39 +0100, Johan Groth wrote: > >> It seems to me that java-gnome 4.1.2 is broken on Ubuntu 13.04. I simply > >> can't get it to work. Oh, well, back to using Swing. Please feel free to do what ever makes you happy, but keep in mind that many of the other people else using

Re: [Java-gnome-developer] Gtk.init throws exception when run on Ubuntu 13.04

2013-07-22 Thread Johan Groth
On 22/07/13 21:30, Guillaume Mazoyer wrote: > 2013/7/22 Johan Groth : >> It seems to me that java-gnome 4.1.2 is broken on Ubuntu 13.04. I simply >> can't get it to work. Oh, well, back to using Swing. > Did you try the version from the PPA[1]? > > [1] https://launchpad.net/~java-gnome/+archive/ppa

Re: [Java-gnome-developer] Gtk.init throws exception when run on Ubuntu 13.04

2013-07-22 Thread Guillaume Mazoyer
2013/7/22 Johan Groth : > It seems to me that java-gnome 4.1.2 is broken on Ubuntu 13.04. I simply > can't get it to work. Oh, well, back to using Swing. Did you try the version from the PPA[1]? [1] https://launchpad.net/~java-gnome/+archive/ppa -- Guillaume Mazoyer - https://respawner.fr/ -

Re: [Java-gnome-developer] Gtk.init throws exception when run on Ubuntu 13.04

2013-07-22 Thread Johan Groth
On 21/07/13 02:20, Andrew Cowie wrote: > On Sat, 2013-07-20 at 00:38 +0100, Johan Groth wrote: >> Hi, >> I've just installed libjava-gnome-java on a Ubuntu 13.04 box (only >> Linux dist I've got available). Fired up Eclipse Juno, added the >> library to my project (and the docs of course) and tried

Re: [Java-gnome-developer] Gtk.init throws exception when run on Ubuntu 13.04

2013-07-21 Thread Johan Groth
On 21/07/13 02:20, Andrew Cowie wrote: > On Sat, 2013-07-20 at 00:38 +0100, Johan Groth wrote: >> Hi, >> I've just installed libjava-gnome-java on a Ubuntu 13.04 box (only >> Linux dist I've got available). Fired up Eclipse Juno, added the >> library to my project (and the docs of course) and tried

Re: [Java-gnome-developer] Gtk.init throws exception when run on Ubuntu 13.04

2013-07-20 Thread Andrew Cowie
On Sat, 2013-07-20 at 00:38 +0100, Johan Groth wrote: > Hi, > I've just installed libjava-gnome-java on a Ubuntu 13.04 box (only > Linux dist I've got available). Fired up Eclipse Juno, added the > library to my project (and the docs of course) and tried to run it but > I'm getting an exception! Wh

Re: [Java-gnome-developer] Gtk.init throws exception when run on Ubuntu 13.04

2013-07-20 Thread Johan Groth
On 20/07/13 13:37, Guillaume Mazoyer wrote: > Hi, > > 2013/7/20 Johan Groth : >> I've just installed libjava-gnome-java on a Ubuntu 13.04 box (only Linux > Do you have libjava-gnome-jni installed too? I do indeed. $ ll /usr/lib/lib*jni* lrwxrwxrwx 1 root root 22 Jul 19 22:53 /usr/lib/libgtkjni-4.1

Re: [Java-gnome-developer] Gtk.init throws exception when run on Ubuntu 13.04

2013-07-20 Thread Guillaume Mazoyer
Hi, 2013/7/20 Johan Groth : > I've just installed libjava-gnome-java on a Ubuntu 13.04 box (only Linux Do you have libjava-gnome-jni installed too? Regards, -- Guillaume Mazoyer - https://respawner.fr/ -- See everything

[Java-gnome-developer] Gtk.init throws exception when run on Ubuntu 13.04

2013-07-19 Thread Johan Groth
Hi, I've just installed libjava-gnome-java on a Ubuntu 13.04 box (only Linux dist I've got available). Fired up Eclipse Juno, added the library to my project (and the docs of course) and tried to run it but I'm getting an exception! What is going on here? The program is this: package uk.org.l