1

I was getting a blank white screen when tried to launch jmeter version 3.3 using terminal,

1) Verified java version and it was 1.8: java -version

2) Increased JVM heap memory: export JVM_ARGS="-Xms1024m -Xmx1024m"

3) Done setting jmeter in path variable: export PATH=$PATH:/"Jmeter Folder path till bin directory",

4) jmeter [To launch the GUI]

      There is no error in terminal but still getting white screen as GUI after launching.

Note: I was able to run the jmeter scripts successfully using Non-GUI mode.

enter image description here

log snippet:

enter image description here

UBIK LOAD PACK
  • 33,980
  • 5
  • 71
  • 116
Dinesh
  • 189
  • 1
  • 7

1 Answers1

0

Your issue is not related to JMeter but to Swing and UI in your OS.

Have a look at :

UBIK LOAD PACK
  • 33,980
  • 5
  • 71
  • 116
  • I sensed one difference in terminal, Whenever we were getting the "White Screen" there is no "User Preferences" directory created. Do that make any sense? – Dinesh Jan 18 '18 at 10:01