Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fix 'WARNING: package sun.awt.X11 not in java.desktop' in jmeter while executing in Non Gui mode in Mac terminal?

I'm trying to run my test through non gui mode. But it throws the warning in my Mac terminal.

like image 309
Rajesh G Avatar asked Aug 09 '19 04:08

Rajesh G


1 Answers

You can ignore this warning it has no impact.

An alternative is to use jdk 8

If you're looking to learn jmeter correctly, this book will help you.

like image 94
UBIK LOAD PACK Avatar answered Sep 30 '22 18:09

UBIK LOAD PACK