while compiling zimbra souce code using make i got an error
The order of commands i executed are
cd /zcs/zimbrabulild/
make clean
make
given error is:
-----------------------------------------------------
Buildfile: build.xml
build-init:
compile:
[javac] Compiling 715 source files to /root/Desktop/zimbra/zcs-src/ZimbraServer/build/classes
BUILD FAILED
/root/Desktop/zimbra/zcs-src/ZimbraServer/build.xml:268: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK
-----------------------------------------------------------------------------------------------
but i am able to execute java files from that directory
javaclass path is also set
even then i am getting same error
can any body help me


LinkBack URL
About LinkBacks

