JDK Installation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sampath220
    New Member
    • Sep 2007
    • 1

    #1

    JDK Installation

    Hi

    I tried to install jdk1.3.1_09 to fedora6 .But it was not worked.can
    some one explain reason to this.
    is jdk1.3.1_09 compatable with fedora6



    regards
    Sampath
  • Nepomuk
    Recognized Expert Specialist
    • Aug 2007
    • 3111

    #2
    Originally posted by sampath220
    Hi

    I tried to install jdk1.3.1_09 to fedora6 .But it was not worked.can
    some one explain reason to this.
    is jdk1.3.1_09 compatable with fedora6



    regards
    Sampath
    Hi Sampath220!

    How did you try to install jdk1.3.1_09? In my experience, it can be a bit annoying installing JREs and JDKs under linux in some cases.

    That version (although outdated) should be compatible with fedora.

    Is there any reason, you want an old version? You can choose to compile with a certain "compiler compliance level" (I think the command is javac -target 1.3 MyClass.java) if you want it to run with old JREs.

    Greetings,
    Nepomuk

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Originally posted by sampath220
      Hi

      I tried to install jdk1.3.1_09 to fedora6 .But it was not worked.can
      some one explain reason to this.
      is jdk1.3.1_09 compatable with fedora6



      regards
      Sampath
      What happened when you tried to install it? Did you get an error message?
      P.S You really should consider installing version 6 instead.

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        I wonder why one would want to install jdk 1.3; it finished its EOL (End Of Life)
        cycle quite some time ago.

        kind regards,

        Jos

        Comment

        • Nepomuk
          Recognized Expert Specialist
          • Aug 2007
          • 3111

          #5
          Originally posted by JosAH
          I wonder why one would want to install jdk 1.3; it finished its EOL (End Of Life)
          cycle quite some time ago.

          kind regards,

          Jos
          Believe it or not, some people (and companies) still use JRE 1.3 - and if you're developing software, that should be run by people, who might be using that old thing, you have to make sure, it will work with that version. However, as I said, (and I guess you will know) you can set the target-parameter.

          Greetings,
          Nepomuk

          Comment

          Working...