jmeter icon indicating copy to clipboard operation
jmeter copied to clipboard

Browser renderer is not visible

Open Rei-Mueh opened this issue 2 years ago • 1 comments

Expected behavior

The "Browser" Option for Displaying Sampler Results is visible in the DDLB in the View Results Tree image

Actual behavior

The option is not visible with 5.6.2 image

The setup for javafx11 is the same for both versions I tried it with.

Steps to reproduce the problem

Start JMeter with the JMete.bat

We are setting the path to the JavaFX libs in the setenv.bat

JMeter Version

5.6.2

Java Version

openjdk version "11.0.15" 2022-04-19

OS Version

Microsoft Windows [Version 10.0.19045.3208]

Rei-Mueh avatar Aug 24 '23 13:08 Rei-Mueh

It seems that the RnderInBrowser class is missing in the Apache JMeter Components. Maybe the Build Flag was not set? https://github.com/apache/jmeter/blob/master/src/components/build.gradle.kts#L92

Rei-Mueh avatar Aug 28 '23 09:08 Rei-Mueh