Forum Discussion
redfish4ktc2
12 years agoSuper Contributor
Hi Joel,
thanks for the additional information
beside that, could it be possible to have a workaround in the plugin documentation to mitigate the issue when not running with oracle jdk 7 and 8? or exclude the dependency and document when it is needed and how/when to add it to the plugin definition?
Thanks
thanks for the additional information
beside that, could it be possible to have a workaround in the plugin documentation to mitigate the issue when not running with oracle jdk 7 and 8? or exclude the dependency and document when it is needed and how/when to add it to the plugin definition?
Thanks
David_LU
11 years agoNew Contributor
Using:
- SoapUi 5.13
- Java "1.7.0_71"
- Maven 3.2.5
I get the same issue in my log: com.eviware.soapui.SoapUI:Could not find jfxrt.jar. Internal browser will be disabled.
- David_LU11 years agoNew Contributor
I partially solved my issue with:
<dependency> <groupId>com.oracle</groupId> <artifactId>javafx</artifactId> <version>2.2</version> <scope>system</scope> <systemPath>C:/Program Files/Java/jre7/lib/jfxrt.jar</systemPath> </dependency>