Another update in Requirements: GCJ is not compatible, so it needs the
Sun's JDK for successful building (haven't yet tested with JDK)
[EMAIL PROTECTED] thrift.svn]# javac -version
Eclipse Java Compiler v_677_R32x, 3.2.1 release, Copyright IBM Corp 2000, 2006.
All rights reserved.
[EMAIL PROTECTED] thrift.svn]# ls -al /usr/bin/javac
lrwxrwxrwx 1 root root 23 Sep 4 23:27 /usr/bin/javac -> /etc/alternatives/javac
[EMAIL PROTECTED] thrift.svn]# ls -al /etc/alternatives/javac
lrwxrwxrwx 1 root root 37 Sep 4 23:27 /etc/alternatives/javac ->
/usr/lib/jvm/java-1.4.2-gcj/bin/javac
compile:
[javac] Compiling 10 source files to /root/build/thrift.svn/lib/java/build
[javac] ----------
[javac] 1. ERROR in
/root/build/thrift.svn/lib/java/src/com/facebook/thrift/protocol/TJSONProtocol.java
(at line 179)
[javac] @Override
[javac] ^^^^^^^^
[javac] Override cannot be resolved to a type
[javac] ----------
(and few dozens of other errors)