Closed GoogleCodeExporter closed 9 years ago
Could you check the version of your java environment? E.g. in a Terminal window
type the following command:
java -version
The error seems to suggest that you are using a version < 1.6 (the error
complains about a missing method that was created only in version 1.6)
Original comment by evil...@gmail.com
on 21 Aug 2014 at 7:57
I checked and i have currently version 1.5.0_30.
So i need to upgrade to version 1.6 right?
On Aug 21, 2014, at 9:57 PM, raptor-chess-interface@googlecode.com
wrote:
Original comment by laurent...@gmail.com
on 22 Aug 2014 at 6:26
That is correct. Raptor uses Java features that were introduced in version 1.6,
so any older VM will cause problems because it is missing required features.
Original comment by evil...@gmail.com
on 23 Aug 2014 at 1:23
Original comment by evil...@gmail.com
on 31 Oct 2014 at 8:09
Original issue reported on code.google.com by
laurent...@gmail.com
on 25 Jul 2014 at 9:40