When I try to install ME on my remote host instance in AWS, I used these lines of code
cd /path
chmod 755 myeclipse-pro-2014-GA-offline-installer-linux.run
./myeclipse-pro-2014-GA-offline-installer-linux.run
But then it returns
– Preparing install engine
– Extracted install engine
– No DISPLAY variable set
Make sure you have a DISPLAY environmental variable set.
If Java can run on your system without the DISPLAY variable,
run this installer with the –gui argument to skip this check.
Alternatively, you can run in unattended mode using
–unattended <input.properties>
And when I sudo run the line of code it returns:
Starting installer – please wait…
which: no java in (/pathway)
– Preparing install engine
– Extracted install engine
– No DISPLAY variable set
Make sure you have a DISPLAY environmental variable set.
If Java can run on your system without the DISPLAY variable,
run this installer with the –gui argument to skip this check.
Alternatively, you can run in unattended mode using –unattended <input.properties>
I suspect there is an issue in my Java. Please help.
Thanks,
Eugene