Jmeter java.lang.IllegalAccessError: class com.github.weisj.解决方法
1.Jmeter 提升错误Uncaught Exception java.lang.IllegalAccessError: class com.github.weisj.darklaf.ui.filechooser.DarkFilePaneUIBridge$DetailsTableModel (in unnamed module @0xf2f2cc1) cannot access class su
1.Jmeter 提升错误
Uncaught Exception java.lang.IllegalAccessError: class com.github.weisj.darklaf.ui.filechooser.DarkFilePaneUIBridge$DetailsTableModel (in unnamed module @0xf2f2cc1) cannot access class sun.awt.shell.ShellFolder (in module java.desktop) because module java.desktop does not export sun.awt.shell to unnamed module @0xf2f2cc1 in thread Thread[AWT-EventQueue-0,6,main]. See log file for details.
2.是因为我用的jdk15以上版本.
在bat添加下面的.行数在
Adding the following to the JAVA9_OPTS variable in jmeter.bat: --add-opens=java.desktop/sun.awt.shell=ALL-UNNAMED

更多推荐
所有评论(0)