I am trying to embed A functional web browser in my java app.
I tried [jBrowser]1 but first it is for 32 bits platform and when I try in 32 bits it don't work, shows this message:
"java.lang.UnsatisfiedLinkError: D:\xulrunner\xulrunner\xulrunner\javaxpcomglue.dll: Can't find dependent libraries"
I tried using setXulRunnerPath(new File("d://xulrunner"))
with latest. I tried with previous version and dont work anyway, but instead I found this [advice]2. I saw the swt browser works but I need my application in swing.
My question: Is there is some component to acomplish this? Thank you in advance for any help.
1: https://code.google.com/p/jbrowser/
2: https://developer.mozilla.org/en-US/docs/JavaXPCOM/Embedding_Mozilla_in_a_Java_Application_using_JavaXPCOM