Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java EE 6 SDK installation issue on mac 10.8

Tags:

I downloaded the file java_ee_sdk-6u4-jdk7-linux-x64-ml.sh for installation and even changed the permission by command chmod +x java_ee_sdk-6u4-jdk7-linux-x64-ml.sh, but I received the following error:

This program requires DISPLAY environment variable to be set.
Please re-run after assigning an appropriate value to DISPLAY.

like image 221
csnoob Avatar asked Apr 14 '13 02:04

csnoob


1 Answers

Try setting you display variable as follows

export DISPLAY=:0
like image 59
JustDanyul Avatar answered Sep 28 '22 18:09

JustDanyul