简体   繁体   中英

BROWSER option is missing in view listener in a tree in JMeter

I have JDK 14 and JMeter 5.3 configured on my Windows 64 bit system But I don't see "Browser" option in "View Listeners in a Tree" in JMeter.

Any ways I can get it?

The easiest solution is just to downgrade to Oracle JDK 8 as it includes JavaFX package which is required for this Browser option to work.


However according to 9 Easy Solutions for a JMeter Load Test “Out of Memory” Failure you should always be using the latest version of JRE/JMeter so if you need to be able to render the response in the View Results Tree listener go for the following steps:

  1. Download and install OpenJFX
  2. Set PATH_TO_FX environment variable pointing to the OpenJFX installation folder
  3. Restart JMeter - at this point you should see the Browser option

Browser option was removed due to missing JavaFX suppport

Bug 63355 - View Results Tree: Browser view option is not Available with Java 11

You can downgrade to Java 8 (which include library) or add Java FX library manually

Felix Schumacher: You either have to downgrade to a Oracle Java -- which includes JavaFX, or you try to integrate JavaFX into a newer Java version. openjfx.io claims to have JavaFX versions for newer Java versions.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM