4

I have installed jmeter on a server but when i try to launch jmeter i get the following error error

 No X11 DISPLAY variable was set, but this program performed an operation which requires it

Jmeter installed on CentOS along with java.

I tried export DISPLAY=:0 and this export DISPLAY=:0.0 but no luck

Ori Marko
  • 56,308
  • 23
  • 131
  • 233
Sit
  • 41
  • 1
  • 2

1 Answers1

0

run SSH command with "-X" param (without commas) sample:

ssh user@server -X <enter>