Now - I get the following: It cannot find core java.lang package - even though I have specified rt.jar
C:\Apache\db-derby-10.8.3.0-src>ant -quiet buildsource [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath BUILD FAILED C:\Apache\db-derby-10.8.3.0-src\build.xml:738: Compile failed; see the compiler error output for details. Total time: 1 second C:\Apache\db-derby-10.8.3.0-src> So look like not so easy to build Derby after all :-) Thanks, Oskar ________________________________ From: Katherine Marsden <[email protected]> To: [email protected] Sent: Friday, February 15, 2013 1:48 PM Subject: Re: Building Derby 10.8.3.0 On 2/15/2013 10:35 AM, Oskar Zinger wrote: Hi Kathey, > >Thanks for that, it got me a little further, but now I get the following: > >C:\Apache\db-derby-10.8.3.0-src\build.xml:241: Don't know how to set java16compile.classpath using this environment: > > Try adding 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 Hopefully that will do it. If not we might have to add the jdk14 and 14 stuff. I am not sure why this would be required but will hopefully work.
