Expand my Community achievements bar.

Installation on Linux 5.0

Avatar

Level 3
Hi,



My machine coonfiguration are as below:

AMD 64bit, RHES 5.0, 160 GB HDD, 2GB RAM



I am trying to install LivecycleES 8.2.The installer giver me an error saying that "no JRE is found".Though I have JDK 1.6 installed on the system and PATH also set.



Any suggessions will be helpful.



Thanks,

Leena Jain
3 Replies

Avatar

Former Community Member
Leena,



The Sun JDK 1.6 is not supported by LiveCycle ES 8.2. LiveCycle ES does support JDK1.5.0_11 through JDK1.5.0_17.



http://www.adobe.com/products/livecycle/systemreqs.html



Steve

Avatar

Level 3
Thanks Steve,



I tried pointing it to JDK1.5.0_17 but still the problem persits.While installationm the installer struckes up and says No JRE found on this system.What could be the reason?



Regards,

Leena

Avatar

Level 4
You need to set the following environment variables with valid values:

JAVA_HOME and PATH



export JAVA_HOME=/opt/java/jdk1.5.0_17

export PATH=$JAVA_HOME/bin:$PATH



Verify with the following commands:

which java

java -version