其他分享
首页 > 其他分享> > jmeter中保存文件无法保存,查看日志报错问题

jmeter中保存文件无法保存,查看日志报错问题

作者:互联网

问题场景:

使用jmeter保存文件时一直无法保存,然后进入日志中心查看显示:

Uncaught Exception java.lang.IllegalAccessError: class com.github.weisj.darklaf.ui.filechooser.DarkFilePaneUIBridge$DetailsTableModel (in unnamed module @0xfbd1f6) cannot access class sun.awt.shell.ShellFolder (in module java.desktop) because module java.desktop does not export sun.awt.shell to unnamed module @0xfbd1f6 in thread Thread[AWT-EventQueue-0,6,main]. See log file for details.
Uncaught Exception java.lang.NoC

Uncaught Exception java.lang.NoClassDefFoundError: Could not initialize class org.apache.jmeter.gui.util.FileDialoger in thread Thread[AWT-EventQueue-0,6,main]. See log file for details.

解决方案:

进入jmeter中options->look and feel ->更改外观为system即可,在重新保存文件就OK了

 

 

标签:Exception,java,保存,module,报错,Uncaught,jmeter,class
来源: https://blog.csdn.net/qq_37998956/article/details/120264192