I have to use Java 5 in the my client's environment. And I have problems finding a JGroups version that still runs on Java5. I have found that 2.6.15.GA compiles and runs on Java 5, but it is quite old. 2.12.2.Final does not even compile on Java5 due to usage of new API. But there are several versions in between. Does any of you know since what time JGroups switched to Java 6?

link|improve this question

2  
JGroups 2.5 requires JDK 1.5 or higher. Version 2.9 requires JDK 1.6 or higher. jgroups.org/manual/html_single/index.html#d0e244 – eee Feb 10 at 12:57
Thanks. Put it as an answer. 2.8.1.GA works for me. – Andrey Adamovich Feb 10 at 13:23
feedback

1 Answer

up vote 0 down vote accepted

Just reposting @eee comment, because its valid answer:

JGroups 2.5 requires JDK 1.5 or higher. Version 2.9 requires JDK 1.6 or higher. jgroups.org/manual/html_single/index.html#d0e244

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.