【仅供内部供应商使用,不提供对外解答和培训】

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

修改report-starter-10下的build.gradle文件,在dependencies中的

Code Block
implementation 'com.fr.third:jxbrowser:6.23.1'
implementation 'com.fr.third:jxbrowser-mac:6.23.1'


下面增加一个依赖

Code Block
implementation 'com.fr.third:jxbrowser:6.23.1'
implementation 'com.fr.third:jxbrowser-win64:6.23.1'


然后重新执行gradle install把新下载的jxbrower-win64的jar包拷贝的class path中再次启动就可以了。