View Single Post
  #507 (permalink)  
Old 10-23-2009, 01:00 AM
maxxer maxxer is offline
Trained Alumni
 
Posts: 313
Default

Quote:
Originally Posted by eustachy View Post
Hello

I have problem with java version. I have the same information in log, and admin panel. I've change to

export JAVA_HOME=/opt/zimbra/java
or
export JAVA_HOME=/opt/zimbra/java/jre

in 2 lines in both files /opt/Funambol/bin/funambol and /etc/init.d funambol and I still have problem??
Any suggestions?

Thanks
Raf
in my /etc/init.d/funambol I have
Code:
# Setting the JAVA_HOME to the JRE in the bundle if not set or if not correctly set
if [ -z "$JAVA_HOME" ]; then
    export JAVA_HOME=$FUNAMBOL_HOME/tools/jre-1.5.0/jre
else
    if [ ! -f "$JAVA_HOME/bin/java" ]; then
        export JAVA_HOME=$FUNAMBOL_HOME/tools/jre-1.5.0/jre
    fi
fi
(which is the original Funambol code, untouched)
__________________
YetOpen S.r.l. ~ Your open source partner
Lecco (LC) - ITALY
http://www.yetopen.it
Reply With Quote