java-gnome-developer Mailing List for The java-gnome language bindings project
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: Aubrey B. <bou...@gm...> - 2020-01-29 20:26:26
|
Hi guys, Couple of questions 1 ) Is the Java-Gnome project still active? I see there has been no update since 2013. 2 ) Is it possible to code Gnome 3 Titlebar widgets in Java-Gnome? For example in the file manager you have the back/forward buttons, a combobox, then a search widget, preferences etc.. [image: image.png] Thanks, Aubrey Bourke |
From: Happy <hap...@gm...> - 2018-02-04 15:54:04
|
Hi, import org.gnome.gdk.EventExpose; import org.gnome.gdk.Color; These and many other gdk classes cannot be found. javac -classpath $CLASSPATH:/usr/share/java/gtk4-1.jar $1.java Ubuntu 17.10 / 64 bit For example used in EnterNotifyEvent http://zetcode.com/gui/javagnome/events/ Thanks, |
From: Stefan R. <ste...@go...> - 2017-11-15 23:05:04
|
Hi, I like to ship Java applications without any requirements using my JavaX <http://javax.tinybrain.de> system (a Java variant). I sucessfully do this for many native Java libraries by downloading them on demand as required ( example <http://tinybrain.de/1009013>). Can I do this with java-gnome? I can of course ship gtk.jar, but can I also ship the native parts, so users don't have to run apt-get? Many greetings, Stefan -- Stefan Reich BotCompany.de |
From: Carl <ca...@be...> - 2016-08-09 11:38:25
|
Hi, I'm running Java 8_102 and Ubuntu 16.04. When I run ExampleLowBattery, I see the notification dialog, but not the tray icon. Is there a library or setting that I'm missing? Thank you, Carl |
From: William T. <wil...@gm...> - 2016-02-07 11:38:00
|
Dear all, I'm interested in adding support for Cairo mesh gradients to Java-Gnome. They were added to Cairo 1.12.0, therefore such an API wouldn't work by default on, for example, Ubuntu 12.04. I'll start work in my own repo, however before I start, would anyone have any suggestions on how to proceed? Thanks to the algorithmic API mapping, the Java API pretty much writes itself, but I'm not certain about which minimum target versions of base libraries / OSs to aim at. Best regards, Will Temperley |
From: Andrew C. <an...@op...> - 2015-10-19 06:02:27
|
It's a binding to GTK, so yes, your application will look like a native GNOME program. AfC On Sun, Oct 11, 2015 at 7:41 AM 郭云鹤 <guo...@gm...> wrote: > Hi, I am trying to move my Java application to GTK for GNOME and Qt for > KDE. I have seen here is a great change from GNOME 2 to 3. Will java-gnome > make Java application look the same as other applications in GNOME 3? > > I have tried Qt Jambi but it does not use native style of KDE. I want to > know if java-gnome always use native style of GNOME, even if the users have > customized the appearance a lot? > > Thanks! > > -- > 郭云鹤(Guo Yunhe) > http://guoyunhe.me/ > > ------------------------------------------------------------------------------ > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > |
From: 郭云鹤 <guo...@gm...> - 2015-10-10 20:41:45
|
Hi, I am trying to move my Java application to GTK for GNOME and Qt for KDE. I have seen here is a great change from GNOME 2 to 3. Will java-gnome make Java application look the same as other applications in GNOME 3? I have tried Qt Jambi but it does not use native style of KDE. I want to know if java-gnome always use native style of GNOME, even if the users have customized the appearance a lot? Thanks! -- 郭云鹤(Guo Yunhe) http://guoyunhe.me/ |
From: Jason M. <agr...@gm...> - 2015-05-06 01:23:12
|
Thanks! Works for me. On Wed, Apr 22, 2015 at 5:09 PM, Jason Martin <agr...@gm...> wrote: > Recently tried app I did a few years ago. > > Same thing Xubuntu 14.04.2 > > DANGER: (null)-WARNING, Couldn't connect to accessibility bus: Failed to > connect to socket /tmp/dbus-kCfLhsSIdO: Connection refused > Exception in thread "main" org.gnome.glib.FatalError: (null)-WARNING > Couldn't connect to accessibility bus: Failed to connect to socket > /tmp/dbus-kCfLhsSIdO: Connection refused > at org.gnome.gtk.GtkMain.gtk_init(Native Method) > at org.gnome.gtk.GtkMain.init(GtkMain.java:54) > at org.gnome.gtk.Gtk.init(Gtk.java:95) > at com.agrellum.CompostiMate.main(CompostiMate.nrx:805) > > I went with ppa > I then went to Oracle JDK > Same. > > But I had this problem before with the theme selected in XFce. (Don't know > if this it may help you narrow problem.) > > Logged in with WMaker App starts fine. > |
From: Niranjan R. <nh...@gm...> - 2015-05-06 00:50:18
|
Hi there, In case if you still have not got answer, please check this out https://askubuntu.com/questions/432604/couldnt-connect-to-accessibility-bus Essentially it says environment variable NO_AT_BRIDGE should have value 1. I faced the same problems and about linked helped me. Regards, Niranjan On 04/22/2015 06:11 PM, Jason Martin wrote: > Maybe not theme directly. > > Reboot. Login to Xubuntu session. Will not start. > Log out. Login into WMaker. Starts OK. > Log out. Login back into Xubuntu session, Starts OK. > > Repeatable. > > On Wed, Apr 22, 2015 at 5:09 PM, Jason Martin <agr...@gm... > <mailto:agr...@gm...>> wrote: > > Recently tried app I did a few years ago. > > Same thing Xubuntu 14.04.2 > > DANGER: (null)-WARNING, Couldn't connect to accessibility bus: > Failed to connect to socket /tmp/dbus-kCfLhsSIdO: Connection refused > Exception in thread "main" org.gnome.glib.FatalError: (null)-WARNING > Couldn't connect to accessibility bus: Failed to connect to socket > /tmp/dbus-kCfLhsSIdO: Connection refused > at org.gnome.gtk.GtkMain.gtk_init(Native Method) > at org.gnome.gtk.GtkMain.init(GtkMain.java:54) > at org.gnome.gtk.Gtk.init(Gtk.java:95) > at com.agrellum.CompostiMate.main(CompostiMate.nrx:805) > > I went with ppa > I then went to Oracle JDK > Same. > > But I had this problem before with the theme selected in XFce. > (Don't know if this it may help you narrow problem.) > > Logged in with WMaker App starts fine. > > > > > ------------------------------------------------------------------------------ > BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT > Develop your own process in accordance with the BPMN 2 standard > Learn Process modeling best practices with Bonita BPM through live exercises > http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ > source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF > > > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer |
From: Jason M. <agr...@gm...> - 2015-04-23 01:11:24
|
Maybe not theme directly. Reboot. Login to Xubuntu session. Will not start. Log out. Login into WMaker. Starts OK. Log out. Login back into Xubuntu session, Starts OK. Repeatable. On Wed, Apr 22, 2015 at 5:09 PM, Jason Martin <agr...@gm...> wrote: > Recently tried app I did a few years ago. > > Same thing Xubuntu 14.04.2 > > DANGER: (null)-WARNING, Couldn't connect to accessibility bus: Failed to > connect to socket /tmp/dbus-kCfLhsSIdO: Connection refused > Exception in thread "main" org.gnome.glib.FatalError: (null)-WARNING > Couldn't connect to accessibility bus: Failed to connect to socket > /tmp/dbus-kCfLhsSIdO: Connection refused > at org.gnome.gtk.GtkMain.gtk_init(Native Method) > at org.gnome.gtk.GtkMain.init(GtkMain.java:54) > at org.gnome.gtk.Gtk.init(Gtk.java:95) > at com.agrellum.CompostiMate.main(CompostiMate.nrx:805) > > I went with ppa > I then went to Oracle JDK > Same. > > But I had this problem before with the theme selected in XFce. (Don't know > if this it may help you narrow problem.) > > Logged in with WMaker App starts fine. > |
From: Jason M. <agr...@gm...> - 2015-04-22 21:09:09
|
Recently tried app I did a few years ago. Same thing Xubuntu 14.04.2 DANGER: (null)-WARNING, Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-kCfLhsSIdO: Connection refused Exception in thread "main" org.gnome.glib.FatalError: (null)-WARNING Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-kCfLhsSIdO: Connection refused at org.gnome.gtk.GtkMain.gtk_init(Native Method) at org.gnome.gtk.GtkMain.init(GtkMain.java:54) at org.gnome.gtk.Gtk.init(Gtk.java:95) at com.agrellum.CompostiMate.main(CompostiMate.nrx:805) I went with ppa I then went to Oracle JDK Same. But I had this problem before with the theme selected in XFce. (Don't know if this it may help you narrow problem.) Logged in with WMaker App starts fine. |
From: Guillaume M. <res...@gm...> - 2014-05-24 10:04:09
|
Hi, After several months I have finally managed to upload java-gnome 4.1.3 into the Debian repositories. The packages should be available soon from unstable. See [1] for more information. I have also sent the packages for 4.1.3 in our Ubuntu PPA[2] for the new 14.04 LTS release of the distribution. So you will be able to use java-gnome 4.1.3 in 14.04 even if it is not available in the official repository. I hope it will help. [1] https://packages.debian.org/source/sid/java-gnome [2] https://launchpad.net/~java-gnome/+archive/ppa/ -- Guillaume Mazoyer - https://respawner.fr/ <http://respawner.fr/> |
From: Niranjan R. <nh...@gm...> - 2014-01-10 02:46:10
|
https://github.com/nhrdl/java_gnome Happy to announce webkit2 bindings for java-gnome. You can get the source code from above url. There is a simple browser class included in the code. This class accepts url as command line parameter and displays browser window. If you want to display web pages or html documents, it will work for you. Its still lacking some advance features. I am implementing the features as and when I get time. Some noteworthy points 1. This is still work in progress. Not all the features that webkit supports are implemented. 2. Its not as pretty as original java-gnome code. Most of the code is generated from "GIR" files and compilation errors fixed manually. There are still lot of FIXMEs in the code, but it does work. 3. It has rudimentary support for extensions. If you need to access DOM from webkit2, you have to use extensions. I would have preferred to not to create a separate fork, but did it because 1. I needed support for webkit as soon as possible. 2. I understand that not everyone needs webkit support and in it's current architecture its very difficult to customize build of java-gone library to add optional dependencies. Webkti does add lot of weight to library if you consider other library support required such soup. Most of the distributions may have WebkitGTk1. If you need support for that, please drop me a line and I'll add it to repository. From my perspective, we have much complete support for WebkitGtk1 than WebkitGtk2. I can upload it to github after some cleanup. At the place where I work, this code is in heavy use. Regards, Niranjan |
From: Niranjan R. <nh...@gm...> - 2013-12-20 19:08:29
|
Since I did not get any comments from hackers list, trying my luck at developer's list. -------- Original Message -------- Message-ID: <52B...@gm...> Date: Wed, 18 Dec 2013 16:06:17 -0800 From: Niranjan Rao <nh...@gm...> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: jav...@li... Subject: Best way to extend java-gnome functionality? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Greetings, I am looking for a recommended/best way to add support for libraries which java-gnome currently does not support. My primary interest at this time is webkit-gtk version 2 and libsoup and any other supporting libraries these two need I had a code generator working which will read gnome introspection files and will generate required java files and defs files. This approach worked well for Webkit version 1. However for Webkit 2, gtk annotations are not ready yet. My understanding of current architecture is there are finely tuned hand written classes which are public - e.g. VPaned which in turn direct calls to protected class (GtkVPaned) which do actual work. If I introduce new .defs file, I get latter part, but not first part that is no public classes. Exact problems: 1. Keep my additions as separate as possible if I need to upgrade java-gnome library versions. 2. Ideally I would like to load only one JNI library. If I can convince existing infrastructure to accept new source files while still maintaining separation at least at code level. 3. Find easy way to generate public classes - at least for bootstrapping purposes. 4. Convince python script "faster" to accept new libraries - either as a command line parameter or as environment variable I am thinking of 1. Extending code generator so that it can accept source directory on command line 2. Adding code generation part which will generate public classes from def files. This will give me first cut which can be fine tuned latter if need arises. Any ideas/suggestions/thoughts are appreciated. Regards, Niranjan |
From: Niranjan R. <nh...@gm...> - 2013-11-05 22:14:10
|
There is a signal "load-error" on webkit that returns GError - http://webkitgtk.org/reference/webkitgtk/stable/webkitgtk-webkitwebview.html#WebKitWebView-load-error. So far, I am getting pointer back for web_error parameter as expected. Now I am more interested in error information returned by GError object. However there is no type for GError. Are there any utilities that we allow me to get the information from GError object? Regards, Niranjan |
From: Niranjan R. <nh...@gm...> - 2013-07-31 20:13:59
|
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 had some minor trouble getting it work on 13.04 because of libwebp2 not easily available on 13.04 You might have already taken care of it, but can you confirm its really using oracle jdk? I have bean burned couple of times on ubntu because default points openjdk and even after setting java home it was still picking up oracle jdk. Proper fix turned out to be update-altenatives and point /usr/bin/java to oracle java. Things do fail mysteriously on openjdk, at least in my observation. Since I use openjdk only accidentally never investigated why/where etc. Regards, Niranjan On 07/24/2013 12:49 AM, Johan Groth wrote: > 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 maven repository where all other developers access >> it. If I remember correctly, the jar is built on 12.04 and used on all >> other versions of ubuntu. >> >> We do use Oracle JDK. >> > So do I, openjdk 7 which is the default Java on Ubuntu 13.04. Mind you, > I've tried openjdk 6 with no difference. > Could it be I'm on a 64 bit version of Linux? > > Regards, > Johan > > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer |
From: Andrew C. <an...@op...> - 2013-07-24 13:36:39
|
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 |
From: Johan G. <joh...@gm...> - 2013-07-24 07:50:07
|
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 maven repository where all other developers access > it. If I remember correctly, the jar is built on 12.04 and used on all > other versions of ubuntu. > > We do use Oracle JDK. > So do I, openjdk 7 which is the default Java on Ubuntu 13.04. Mind you, I've tried openjdk 6 with no difference. Could it be I'm on a 64 bit version of Linux? Regards, Johan |
From: Niranjan R. <nh...@gm...> - 2013-07-23 19:33:56
|
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 access it. If I remember correctly, the jar is built on 12.04 and used on all other versions of ubuntu. We do use Oracle JDK. Regards, Niranjan On 07/23/2013 10:42 AM, cyber python wrote: > 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 the software. > > On Tue, Jul 23, 2013 at 10:41 AM, Johan Groth <joh...@gm... > <mailto:joh...@gm...>> wrote: > > 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 is > broken. I just don't have the time to make an extensive investigation > right now to find out if that is the case, though. > > > > > Please feel free to do what ever makes you happy, but keep in > mind that > > many of the other people else using java-gnome are using it on > Ubuntu. > > It works fine for them, so it's possible that something about your > > environment is different. Personally, I'd like to find out what > that is, > > because it's entirely possible that other people will encounter > the same > > problem. But since *I* can't see the problem, I need your help. > Will you > > help us? > > Certainly, no problem. > So my environment is: > HW: > Lenovo W500, 8 GB RAM > > SW: > Ubuntu 13.04. > Eclipse Juno > Java 7 (OpenJDK7 which is the default version of Java on Ubuntu > 13.04). > > > > >>> Did you try the version from the PPA[1]? > >>> > >>> [1] https://launchpad.net/~java-gnome/+archive/ppa > <https://launchpad.net/%7Ejava-gnome/+archive/ppa> > >> > >> No, I didn't. I thought PPA packages were unstable. > > > > Not when they're from the upstream project you're trying to use. > > > > Ok, I've never installed a PPA package so some help with that would be > much appreciated. > > Regards, > Johan > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > <mailto:jav...@li...> > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > > > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > > > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer |
From: cyber p. <cyb...@gm...> - 2013-07-23 17:42:53
|
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 the software. On Tue, Jul 23, 2013 at 10:41 AM, Johan Groth <joh...@gm...> wrote: > 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 is > broken. I just don't have the time to make an extensive investigation > right now to find out if that is the case, though. > > > > > Please feel free to do what ever makes you happy, but keep in mind that > > many of the other people else using java-gnome are using it on Ubuntu. > > It works fine for them, so it's possible that something about your > > environment is different. Personally, I'd like to find out what that is, > > because it's entirely possible that other people will encounter the same > > problem. But since *I* can't see the problem, I need your help. Will you > > help us? > > Certainly, no problem. > So my environment is: > HW: > Lenovo W500, 8 GB RAM > > SW: > Ubuntu 13.04. > Eclipse Juno > Java 7 (OpenJDK7 which is the default version of Java on Ubuntu 13.04). > > > > >>> Did you try the version from the PPA[1]? > >>> > >>> [1] https://launchpad.net/~java-gnome/+archive/ppa > >> > >> No, I didn't. I thought PPA packages were unstable. > > > > Not when they're from the upstream project you're trying to use. > > > > Ok, I've never installed a PPA package so some help with that would be > much appreciated. > > Regards, > Johan > > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > |
From: Johan G. <joh...@gm...> - 2013-07-23 07:42:28
|
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 is broken. I just don't have the time to make an extensive investigation right now to find out if that is the case, though. > > Please feel free to do what ever makes you happy, but keep in mind that > many of the other people else using java-gnome are using it on Ubuntu. > It works fine for them, so it's possible that something about your > environment is different. Personally, I'd like to find out what that is, > because it's entirely possible that other people will encounter the same > problem. But since *I* can't see the problem, I need your help. Will you > help us? Certainly, no problem. So my environment is: HW: Lenovo W500, 8 GB RAM SW: Ubuntu 13.04. Eclipse Juno Java 7 (OpenJDK7 which is the default version of Java on Ubuntu 13.04). > >>> Did you try the version from the PPA[1]? >>> >>> [1] https://launchpad.net/~java-gnome/+archive/ppa >> >> No, I didn't. I thought PPA packages were unstable. > > Not when they're from the upstream project you're trying to use. > Ok, I've never installed a PPA package so some help with that would be much appreciated. Regards, Johan |
From: Andrew C. <an...@op...> - 2013-07-23 01:16:10
|
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 java-gnome are using it on Ubuntu. It works fine for them, so it's possible that something about your environment is different. Personally, I'd like to find out what that is, because it's entirely possible that other people will encounter the same problem. But since *I* can't see the problem, I need your help. Will you help us? > > Did you try the version from the PPA[1]? > > > > [1] https://launchpad.net/~java-gnome/+archive/ppa > > No, I didn't. I thought PPA packages were unstable. Not when they're from the upstream project you're trying to use. AfC Sydney |
From: Johan G. <joh...@gm...> - 2013-07-22 23:40:05
|
On 22/07/13 21:30, Guillaume Mazoyer wrote: > 2013/7/22 Johan Groth <joh...@gm...>: >> 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 > No, I didn't. I thought PPA packages were unstable. Regards, Johan |
From: Guillaume M. <gma...@gr...> - 2013-07-22 20:31:15
|
2013/7/22 Johan Groth <joh...@gm...>: > 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/ |
From: Johan G. <joh...@gm...> - 2013-07-22 17:32:27
|
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 to run it but >> I'm getting an exception! What is going on here? > >> Exception in thread "main" java.lang.ExceptionInInitializerError >> at org.gnome.gtk.Gtk.init(Gtk.java:95) > This is bizarre. > >> Caused by: java.lang.NullPointerException >> at >> org.freedesktop.bindings.Plumbing.loadNativeCode(Plumbing.java:192) >> at org.freedesktop.bindings.Plumbing.<clinit>(Plumbing.java:110) >> ... 2 more > Ok, that's more interesting. > > This means the code at line 191 returned null. [which is why I'm so > particular about not chaining method calls]. So ProtectionDomain's > getCodeSource() is returning null. That's annoying; . It doesn't here. > > What version of Java are you using? And, can you describe how you're > running the program (from within Eclipse? from the command line?). 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. Regards, Johan |