I am trying to install JxBrowser (following this tutorial), and after installing the JxBrowser driver:
I tried to compile, and noticed the necessary import BrowserFactory
was missing:
And, rummaging through the class files in the driver, sure enough there's no BrowserFactory
available:
Am I doing something wrong? Is there a necessary component to JxBrowser that I am missing? Does the new version of the driver not include a BrowserFactory
class?