On Fri, 2008-01-11 at 12:28 +0530, Prasanna wrote: > ^^^^^^^^^^^^^^^^^^^^^^ > The type Identity is deprecated > ---------- > 44. ERROR in JarEntry.java (at line 45) > import sun.tools.jar.JarVerifierStream; > ^^^ > The import sun cannot be resolved
So what javac is being used ? i.e. javac --version I'm guessing that it might be kaffe from the line "/etc/alternatives/kaffe-system/jre/lib/rt.jar:.". ? OOo is known to build with the Sun java, ecj/gcj and a few others, but I'm not sure if kaffe actually works. If it is kaffe and you want to persist with trying a build with it then export JDK=gcj might help you limp along a bit further. C. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
