ash here <[email protected]> writes: > Hi, > > I am trying to run the apache derby source code using Eclipse IDE. I have > followed all the steps exactly as it is on http://wiki.apache.org/db-derby/ > BuildingDerby > > I am stuck with an ant build error. (Please see attached). I had even tried > posting my error on one of the nabble forums but have been unsuccessful in > resolving the errors. I have repeatedly been getting the Build Failed error > message.
Hi, Did you try the advice Kristian gave in the previous thread? http://mail-archives.apache.org/mod_mbox/db-derby-user/201002.mbox/%[email protected]%3e It looks like you're building with the JRE (which doesn't have a compiler) instead of the JDK. Hope this helps, Knut Anders
