Forum Discussion
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_LU
11 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>