Re: org.jawin.COMException: 8002802b: Element not found.
Robert Hastings <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <JAWIN%[email protected]> |
To run the typebrowswer I moved the extracted files to a path without any spaces in it, cd'd to the typebrowser directory and ran: java -jar jawinBrowser.jar To run my JUnit test I added this to the cmd line: -Djava.library.path=c:\wk\jawin-2.0-alpha1\bin And had jawin.jar in my classpath. Hope that helps, Robert -----Original Message----- From: Discussion of Java/Win32/COM integration with Jawin [mailto:[email protected]] On Behalf Of Roy Collins Sent: Wednesday, March 30, 2005 9:10 PM To: [email protected] Subject: Re: [JAWIN] org.jawin.COMException: 8002802b: Element not found. What did you have to do to get the 2.0 to work. What was the java command? I have set both the classpath and the library path. Is there anything specila that you had to do? ----- Original Message ----- From: "Robert Hastings" <[email protected]> To: <[email protected]> Sent: Wednesday, March 30, 2005 4:07 PM Subject: Re: [JAWIN] org.jawin.COMException: 8002802b: Element not found. > It was the space in the path problem. > > Anyway, in my confusion I was using the 2.0 alpha. > > Roy, the 2.0 worked. Also, thanks for the documentation tips. I was able > to > get them without registering? > > Robert > > -----Original Message----- > From: Discussion of Java/Win32/COM integration with Jawin > [mailto:[email protected]] On Behalf Of Morten Andersen > Sent: Wednesday, March 30, 2005 12:59 PM > To: [email protected] > Subject: Re: [JAWIN] org.jawin.COMException: 8002802b: Element not found. > > Hi Robert > > Robert Hastings wrote: >> I've downloaded the 1.2alpha and I can't seem to get the typebrowser to > find >> the stylesheets. Josh? I just ran the typebrowser.jar file is there >> something else I need to do? >> > > I may have made a mistake when packaging the 2.0alpha, but I suspect > instead that you trying to launch the typebrowser from another folder > that the "typebrowser"-folder? > > E.g. "java -jar typebrowser/jawinBrowser.jar" from the root of your > jawin installation folder will NOT work > Only "java -jar jawinBrowser.jar" in the typebrowser folder will work. > > Also we once had some reports of problems with spaces in the path for > the typebrowser project? - perhaps this can be the case too? > > Hope this helps you - best regards > Morten