Setting up APACHE-JAMES Server
Posted
by
venomrld
on Server Fault
See other posts from Server Fault
or by venomrld
Published on 2011-09-15T08:30:34Z
Indexed on
2012/03/18
18:01 UTC
Read the original article
Hit count: 744
I am trying to setup Apache-James Server on Ubuntu, in which I am getting the annoying error:
JAVA_HOME not defined correctly
We cannot execute
I have already referred to the documentations and set up the PATH and JAVA_HOME variables correctly in the /etc/profile file. Upon calling echo, I get the values in the output screen. Where am I missing?
echo $JAVA_HOME
/usr/local/jdk1.6.0_27
echo $PATH
$PATH:/usr/local/jdk1.6.0_27/bin
Please Help !!
© Server Fault or respective owner