Hello,
I'm a bit confuse about the declaration of Environment Variable Java_home in a Suse OS.
I want to declare it for all users of system. I've tried to include this two entries on /etc/profile
export JAVA_HOME=/usr/java/jre1.7.0_66/bin
export PATH=$JAVA_HOME/bin:$PATH
system@development:/soft/SAP_Download_Manager_1.0_Installation_/Linux/NoVM> sudo ./install.bin
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
No Java virtual machine could be found from your PATH
environment variable. You must install a VM prior to
running this program.
What I'm doing wrong?
Thanks