Re: [Java-gnome-developer] java-gnome Gtk.mainQuit() hangs
Brought to you by:
afcowie
From: Adam A. <eid...@gm...> - 2009-01-23 10:58:05
|
Andrew Cowie wrote: > On Mon, 2009-01-19 at 16:37 +0100, Adam Ambrus wrote: >> in this case, File->Quit hangs the application. > > Works for me. > hm... then it must be a problem on my side... i do not know whether i want to debug it :D > >> also, there is a problem with the initialization process - i have to >> restart the jvm everytime > > Um, I'm not really sure what you're doing, but whatever it is you must > only be calling Gtk.init() once per process. > i run the main class from BlueJ (which we use in school...). this case is replicable on multiple computers. > >> in real life >> there should be a standalone process for each application, right? > > Yes. Desktop apps are one process per application. > great, so i won't have to bother with this :) thanks. -AA |