Re: starting with javaXPCOM
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <1165521008.113890.136340__17991.5643217557$1165521329$gmane$org@16g2000cwy.googlegroups.com> |
oh, I see that this question has already been answered[1], so ignore this post. sorry [1] http://groups-beta.google.com/group/mozilla.dev.tech.java/browse_thread/thread/fd1ffcfd41250302/a024cb44784750cc?hl=en#a024cb44784750cc On Dec 7, 8:09 pm, [email protected] wrote: > Hi > > I'm just starting with javaXPCOM. What I'm trying to do is open an url > and save the document in the filesystem. Unfortunately, I couldn't find > documentation of the calling steps for archiving this. In particular, > I'm confused about the implementation of IAppFileLocProvider in the > javaxpcom initialization: > Mozilla.getInstance().initEmbedding(grePath, grePath, new > LocationProvider()); > What are the semantics of the methods of IAppFileLocProvider ? Has > anybody examples? > What are the differences between initEmbedding() and initXPCOM() ? > > Well, I really want to embbed javaxpcom but I can't find documentation > about it. For example it would be very nice if somebody publish an > example that open a url. > > Well, thanks in advance. Any tips on what shoud I read first will be > appreciated. Excuse me for my bad english. > > Sebastian