Opening a XUL app with JavaXPCOM

2007-03-11 Thread asbestos999
Hi all, I am trying to run a simple XUL application through Java, using JavaXPCOM. I have built XULRunner (on my Mac), and have added MozillaInterface.jar to my Java application's classpath. I can get my GREPathm and the initEmbedding method works fine. Up to here everything works. Now, I have a

Re: Embedding Gecko Rendering engine in linux

2007-03-11 Thread timeless
On Mar 9, 10:11 am, "krithika" <[EMAIL PROTECTED]> wrote: > Need help.I have no exceptions or errors. use a debugger. i'm not going to randomly build code without context. add print statements if you can't find a debugger that works. ___ dev-embedding m

Re: static build and embedding

2007-03-11 Thread timeless
On Mar 8, 4:22 pm, "Ivan Chirkov" <[EMAIL PROTECTED]> wrote: > > How about listing: > > 1. the stack trace for your crash > > it's getting NULL here: > // Get the nsIWebBrowser object for our embedded window. > nsCOMPtr webBrowser; > window->GetWebBrowser(getter_AddRefs(webBrowser)); that's not a