Hi
I'm having some trouble in compiling derby. I've followed the install instructions, adding all of the jdks, jce etc.
The first 13 files get compiled, then the next one fails.
I keep getting the following error -
init:
[mkdir] Created dir: derby-g-0.3/classes
ensuresanitystate:
setissane:
showenv:
[echo] Ant environment:
[echo] Base Directory: derby-g-0.3
[echo] Build output: derby-g-0.3/classes
[echo] Compiler: modern
[echo] Sane = false
[echo] Proceed = no
getstate:
state:
shared:
compile:
[javac] Compiling 11 source files to /derby-g-0.3/classes
[javac] Compiling 1 source file to /derby-g-0.3/classes
[javac] Fatal Error: Unable to locate package java.lang in classpath or bootclasspath
BUILD FAILED
derby-g-0.3/build.xml:347: The following error occurred while executing this line:
derby-g-0.3/java/shared/build.xml:89: Compile failed; see the compiler error output for details.
Total time: 1 second
Any ideas?
Thanks
Nick