0

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

UncleO
  • 8,299
  • 21
  • 29
David
  • 95
  • 1
  • 8

1 Answers1

0

Somebody else has asked this question on here for embedding a web browser into a java application so an answer their may help.

Is there a way to embed a browser in Java?

Community
  • 1
  • 1
Steve R
  • 95
  • 3