経由でvuzeをビルドしようとすると、この奇妙なエラーが発生しant
ます:
[javac] /home/jalil/src/azureus-4.3.0.6/com/aelitis/azureus/core/impl/AzureusCoreImpl.java:1087: for-each loops are not supported in -source 1.4
[javac] (use -source 5 or higher to enable for-each loops)
[javac] for (Object l : runningListeners) {
[javac] ^
[javac] /home/jalil/src/azureus-4.3.0.6/com/aelitis/azureus/core/instancemanager/impl/AZInstanceImpl.java:41: generics are not supported in -source 1.4
[javac] (use -source 5 or higher to enable generics)
[javac] Map<String,Object> map )
[javac] ^
[javac] 100 errors
BUILD FAILED
/home/jalil/src/azureus-4.3.0.6/build.xml:39: Compile failed; see the compiler error output for details.