Menu

#2787 Requirements for JRE now 1.7, not 1.6

Fixed_0.11.2
closed-fixed
nobody
None
5
2015-01-04
2015-01-02
Simon Small
No

Having tried to compile the 0.11.1 code, I have found out that the introduction of (example) parameters to JComboBox causes an error with JRE 1.6; it now needs 1.7 but there are still some areas where 1.6 is referenced:
Code:
- build.xml (fixed in latest code)
- packaging/common/README (refers to JRE 1.6)
- doc/FreeCol.tex (refers to JRE 1.6)
- src/net/sf/freecol/FreeCol.java (fixed in latest code)

Website (www.freecol.org)
- Download page, Requirements (refers to JRE 1.6)

I have included the places where it is fixed, so you don't go looking for them. I think this list is complete. I know the 0.11.1 code is not the latest, so I have checked what is in the 'Code' page of this site (latest code)

Discussion

  • Mike Pope

    Mike Pope - 2015-01-03
    • status: open --> closed-fixed
    • Group: Current --> Fixed_trunk
     
  • Mike Pope

    Mike Pope - 2015-01-03

    Thanks. Git.12ac22f fixes the missing ones.

     
  • Mike Pope

    Mike Pope - 2015-01-04
    • Group: Fixed_trunk --> Fixed_0.11.2
     

Log in to post a comment.