0

jmeter

when ever I try to save my test isn't saving and showing error.Even menu bar is not appearing in above image ERROR: = java.lang.NoClassDefFoundError: Could not initialize class org.apache.jmeter.gui.util.FileDialoger in thread Thread[AWT-EventQueue-0,6,main].

1 Answers1

0

As per 9 Easy Solutions for a JMeter Load Test “Out of Memory” Failure article it's recommended to use the latest version of JMeter and JDK if possible so consider upgrading to JMeter 5.5 as you might be suffering from a bug which has already been fixed.

If you have to stay with JMeter 5.4.1 and the JDK you're using you can switch JMeter's look and feel as the issue seems to be connected with the dark theme.

Add the next line to user.properties file:

jmeter.laf=CrossPlatform

or whatever property which is not "dark" and next time you run JMeter it will look better and the issue will go away.

Dmitri T
  • 159,985
  • 5
  • 83
  • 133