Menu

problem with install

2022-02-09
2022-02-21
  • David Conklin

    David Conklin - 2022-02-09

    I dl'd the latest version and was told that I needed Java 1.9 blah, blah. So, I went to Java and dl'd their latest version 8 update 321 and freecol won't work. What am I doing wrong?

     
  • wintertime

    wintertime - 2022-02-09

    The Java creators did strange version numbering. Basically, Java 8 is short for Java 1.8 and 1.8 is less than 1.9. Therefore, get a newer version. I'd suggest Java 11 or 17 as these are LTS versions.

     
  • Calebrw

    Calebrw - 2022-02-09

    Java 11 is currently what's available from Oracle. Using this will work as it contains what is needed for Java 9.

     
  • David Conklin

    David Conklin - 2022-02-10

    I went to the Java site by Oracle and the only version I see is version 8 update 321. How do I find a higher version?

    Found it? But when I go there it says "These older versions of the JRE and JDK are provided to help developers debug issues in older systems. They are not updated with the latest security patches and are not recommended for use in production."

    And then when I try to dl'd 9.0.4 I get "We're sorry, the page you requested was not found."

    Found this: https://www.java.com/en/releases/ But I have no idea which one to use. Same with https://www.oracle.com/java/technologies/javase/17-0-2-relnotes.html

     

    Last edit: David Conklin 2022-02-10
    • Calebrw

      Calebrw - 2022-02-11

      Java may be downloaded from Oracle at https://www.oracle.com/java/technologies/downloads/ for Java 17 or https://www.oracle.com/java/technologies/downloads/#java11 for Java 11. Either should work to compile FreeCol.

      Oracle has installers for the following operating systems:

      • Linux
      • macOS
      • Solaris
      • Windows

      Using Java 9 may not work simply because it's not available from Oracle as you said you had problems with it.

       

      Last edit: Calebrw 2022-02-11
  • Skyburn

    Skyburn - 2022-02-12

    I had this problem, too. I downloaded and installed JDK 17.02, and then had to go into Windows Settings and uninstall Version 8 update 321 and all of the other versions of Java on my system.

    The error message freecol throws is confusing, to say the least, because it asks for a Java version that doesn't actually exist.

     
    • Calebrw

      Calebrw - 2022-02-12

      Thanks for sharing this tip. FreeCol uses features that were introduced in Java 9. We could clarify this better.

       
  • David Conklin

    David Conklin - 2022-02-14

    I asked which one because when I went there ( https://www.oracle.com/java/technologies/downloads/) there is no tab or link to Linux, MacOS or Windows. There is a link to JRE for consumers, but that takes me back to Java 8.

     
  • Lone_Wolf

    Lone_Wolf - 2022-02-14

    That's because one of your browser addons or settings blocks javascript .

    enable /allow javascript temporarily for the oracle site and you will see those tabs and links .

     
  • David Conklin

    David Conklin - 2022-02-16

    Settings/Advanced/Site Settings/Javascript

    I can find settings/advanced but there is no Site Settings under that. It does appear under Security and Privacy and Javascript is enabled.

    enable /allow javascript temporarily for the oracle site and you will see those tabs and links .

    Did that for Oracle and there's no tabs.

     

    Last edit: David Conklin 2022-02-16
  • James Kuyper

    James Kuyper - 2022-02-16

    Chrome works differently on my Android smartphone than it does on my Ubuntu Linux desktop machine. On the latter, you need to go to Settings/Security and Privacy/Site Settings/Javascript.
    Does that work on your machine?
    I don't know if the following link will work for you: Site Settings It contains a lot of stuff whose purpose I don't know.

     
  • David Conklin

    David Conklin - 2022-02-21

    Chrome works differently on my Android smartphone than it does on my Ubuntu Linux desktop machine.

    WOW!

    Does that work on your machine?

    "Default behavior
    Sites automatically follow this setting when you visit them
    Sites can use Javascript"

     
  • Lone_Wolf

    Lone_Wolf - 2022-02-21

    You may want to install a second browser for situations like this so you will have a fallback option .

    for now , try downloading the file directly .

    The link for the windows installer for java 17 is
    https://download.oracle.com/java/17/latest/jdk-17_windows-x64_bin.exe

     

Log in to post a comment.