On 12/26/2010 8:28 AM, siddharth srivastava wrote:
Hi
Is the problem due to some mistake from my side (so that I can take
care of it in future) or is there any other issue ?
Hello Siddharth, I am back and sorry to see you haven't gotten your
build problem fixed yet. From reading Bryan's prior mail I think the
bottom line is that you can't really build with gcj. So I think the
correct solution is to use the Sun/Oracle JDK or IBM JDK for linux.
If you want to use the IBM JDK, you can download it from here:
https://www.ibm.com/developerworks/java/jdk/linux/download.html
And then I put in my local.properties under trunk:
jdk16=<path to JAVA_HOME>
j16lib=${jdk16}/jre/lib
java16compile.classpath=${j16lib}/sql.jar;${j16lib}/xml.jar;${j16lib}/ibmjcefw.jar;${j16lib}/security.jar;${j16lib}/rt.jar;${j16lib}/security.jar;${j16lib}/vm.jar;${j16lib}/java.util.jar;${j16lib}/jndi.jar;${j16lib}/logging.jar;${j16lib}/jlm.jar;${j16lib}/annotation.jar
I think the Sun/Oracle JDK build is a bit more automated so you don't
have to add in the java16comple.classpath bit, but I have not built with
that JDK for some time.
Kathey