I 'm using MozillaHtmlParser now and encounter a problem with
JBuilder.
I configured the Path environment as MozillaHtmlParser required --
Add "D:\MozillaHtmlParser\ParserTest\mozilla.dist.bin.win" which
contains many dlls into the PATH variable. It works well when I run a
test class in command line. But when I run it in JBuilder environment,
It throws an Exception: "Can't find dependent libraries" when loading
MozillaParser.dll by System.load() . I think MozillaParser.dll may use
other dlls, But JBuilder don't search PATH. So it failed. How to run
it in JBuilder environment?
Thanks.
Ramon F Herrera - 28 Nov 2007 04:38 GMT
> I 'm using MozillaHtmlParser now and encounter a problem with
> JBuilder.
[quoted text clipped - 7 lines]
> it in JBuilder environment?
> Thanks.
Have you tried asking for help in the Borland/CodeGear newsgroups?
In my experience, most developers in c.l.j.p are Eclipse or NetBeans
users.
-Ramon (former JBuilderist)
mdR - 30 Nov 2007 13:35 GMT
> > I 'm using MozillaHtmlParser now and encounter a problem with
> > JBuilder.
[quoted text clipped - 14 lines]
>
> -Ramon (former JBuilderist)
~hey Ramon...
as a "former JBuilderist", what are you using now? (btw--jbuilder2007
is now built on Eclipse.) as a current "JBuilderist" :) i am
struggling with the database portion of this new release--they dropped
their database libraries :(
-mark
Roedy Green - 30 Nov 2007 11:58 GMT
On Tue, 27 Nov 2007 18:35:02 -0800 (PST), fancyerii
<fancyerii@gmail.com> wrote, quoted or indirectly quoted someone who
said :
> I think MozillaParser.dll may use
>other dlls, But JBuilder don't search PATH. So it failed. How to run
>it in JBuilder environment?
Run Wassup in the Jbuilder environment as an application to discover
what Jbuilder is using for the library path. Then put your libraries
there. Most IDEs let you add files and directories to the project
library. look for term like "import" "library" "dependencies"
see http://mindprod.com/products1.html#WASSUP

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
Andrew Thompson - 30 Nov 2007 12:37 GMT
>I 'm using MozillaHtmlParser now and encounter a problem with
>JBuilder. ...
Figure it out in Ant, then 'damn the IDE'. JBuilder (amongst many
others) can import Ant build scripts.

Signature
Andrew Thompson
http://www.physci.org/