Note: Advice in this article will only work for JxBrowser 6. See the corresponding article for JxBrowser 7 here.(注意:本文中的建议仅适用于JxBrowser6,JxBrowser7相应文章请点击这里。)


JxBrowser can be deployed with your software distribution like any other standard Java library. All you need to do is to include required JxBrowser JAR files and the license file into your application class path. For example, you must include the following JAR files into your cross-platform Java application class path:
(可以像其他任何标准Java库一样,将JxBrowser与您的软件分发一起部署。您需要做的就是将必需的JxBrowser JAR文件和许可证文件包括到您的应用程序类路径中。例如,您必须在跨平台的Java应用程序类路径中包含以下JAR文件:)

  • jxbrowser.jar(jxbrowser.jar)
  • license.jar(license.jar)
  • jxbrowser-win32.jar(jxbrowser-win32.jar)
  • jxbrowser-win64.jar(jxbrowser-win64.jar)
  • jxbrowser-mac.jar(jxbrowser-mac.jar)
  • jxbrowser-linux64.jar(jxbrowser-linux64.jar)


Note: If your application supports only Windows platform, there is no need to include the jxbrowser-mac.jar, and jxbrowser-linux64.jar JAR files into your application class path.(注意:如果您的应用程序仅支持Windows平台,则无需在应用程序类路径中包含jxbrowser-mac.jar和jxbrowser-linux64.jar JAR文件。)