GNOME Bugzilla – Bug 587733
configure doesn't check for new-enough Java
Last modified: 2009-08-19 20:45:54 UTC
I'm getting this compiler error: ---------- 1. ERROR in provider.java (at line 121) private HashMap<String,Savepoint> svp_map = new HashMap<String,Savepoint>(); ^^^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 I guess that configure should have checked for that.
The configure.in script has been modified to check for a javac version >= 1.5, can you check with git master?
Created attachment 137910 [details] config.log Unfortunately I still have the same build error. I have attached config.log in case that helps.
It looks like you're using GCJ, could you attach the result of: /usr/bin/javac -version
> could you attach the result of: /usr/bin/javac -version $ /usr/bin/javac -version Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved.
With the correction in git master, it should now be OK.
Yes, I have not seen this problem recently. Thanks.