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

user7294900
  • 52,490
  • 20
  • 92
  • 189
Sit
  • 41
  • 1
  • 2

1 Answers1

0

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

ssh user@server -X <enter>