Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » JavaXPCOM question - swt MozillaBrowser
JavaXPCOM question - swt MozillaBrowser [message #200591] Wed, 26 September 2007 04:06
Eclipse UserFriend
Originally posted by: jcheng8.gmail.com

hi, all, this is jason from Chicago. I read a post at
http://code.google.com/p/javaxpcom/.It relates closely to what I am doing.
While I tried to compile/run the example Test.java and XPathJVMCrash.java
(at http://javaxpcom.googlecode.com/svn/trunk/minimun/browser/)
, I got some problems (I installed on windows the archived update site
atf-incubation-SiteArchive-0.2
3M3-v200708101615 at
http://www.eclipse.org/atf/downloads/index_build.php?plat=al l&buildID=0.2.3M3-v200708101615&XULPlugin=true&e clipse=eclipse3.3&wtp=WTP2.0&nChanges=yes
).
1. the structure for nsIDOMNodeList, etc seemly have been changed.
in the example: import org.mozilla.xpcom.nsIDOMNodeList;
now it's changed to: import org.mozilla. interfaces.nsIDOMNodeList;
2. I cannot find the mozilla_swt.jar in the xulrunner, xpcom and
eclipse.swt plugins.So the line
"import org.eclipse.swt.browser.MozillaBrowser "
gives error. While I googled it and got one from the web and added the
jar, it compiled but threw a security exception of no being signed the
same as the other classes in the package when run. I have no clue on this.
Does anyone know the right way of getting MozillaBrowser?
Thanks a lot for the help.
bests,
-Jason
Previous Topic:downloaded WTP complete non-SDK, have no J2EE perspective
Next Topic:Completion XML schema
Goto Forum:
  


Current Time: Fri Apr 19 16:46:51 GMT 2024

Powered by FUDForum. Page generated in 0.01614 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top