Announcement

Collapse
No announcement yet.

Java JDK 8 Release Candidate Finally Arrives

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Java JDK 8 Release Candidate Finally Arrives

    Phoronix: Java JDK 8 Release Candidate Finally Arrives

    Java JDK 8 was delayed due to the lambda expression support and back in September was the first JDK 8 developer preview. This week we now have the first release candidate for the upcoming Java 8...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Repository

    Hope it gets packaged in the Debian and Fedora repositories soon...

    I am coding Java 6 on Android, and its not fun once you tasted C# on the .NET framework.
    Unfortunately, Java 7 isn't supported on Android, only in the very latest release 4.4 Kitkat.

    I hope Java 8 will make Java feel more modern and nicer.
    I would really like to see type interfering (the 'var' keyword in C#), and collection initializers.

    Comment


    • #3
      Originally posted by uid313 View Post
      Hope it gets packaged in the Debian and Fedora repositories soon...

      I am coding Java 6 on Android, and its not fun once you tasted C# on the .NET framework.
      Unfortunately, Java 7 isn't supported on Android, only in the very latest release 4.4 Kitkat.

      I hope Java 8 will make Java feel more modern and nicer.
      I would really like to see type interfering (the 'var' keyword in C#), and collection initializers.
      Fedora has for a long time had java-1.8.0-openjdk package which tends to be kept pretty close to the latest build You can try it out.

      Comment


      • #4
        Michael, I'm not sure if Java 8 JDK falls under the AMD category.
        Posted by Michael Larabel in AMD on 04 February 2014 01:23 PM EST
        (You may delete this post once fixed)

        Comment


        • #5
          Originally posted by uid313 View Post
          Hope it gets packaged in the Debian and Fedora repositories soon...

          I am coding Java 6 on Android, and its not fun once you tasted C# on the .NET framework.
          Unfortunately, Java 7 isn't supported on Android, only in the very latest release 4.4 Kitkat.

          I hope Java 8 will make Java feel more modern and nicer.
          I would really like to see type interfering (the 'var' keyword in C#), and collection initializers.
          I've been compiling Android with openjdk 1.7... forever. Just because something is not officially supported, does not mean that it isn't trivial to fix it.
          Note that cyanogenmod has all the fixes for java 7 built in, and those fixes easily apply to aosp, just look through their gerrit server.

          Comment


          • #6
            Originally posted by droidhacker View Post
            I've been compiling Android with openjdk 1.7... forever. Just because something is not officially supported, does not mean that it isn't trivial to fix it.
            Note that cyanogenmod has all the fixes for java 7 built in, and those fixes easily apply to aosp, just look through their gerrit server.
            If I want to distribute my app, what CyanogenMod supports is irrelevant.

            Java 7 only works on end-user devices running Android 4.4 KitKat, which is for the time being almost none.

            Comment


            • #7
              Excellent news. I hope no bugs are found and the final release comes soon.

              Comment


              • #8
                I wonder if there are any plans to update java to run on wayland (without X)?

                Comment


                • #9
                  Originally posted by uid313 View Post
                  Hope it gets packaged in the Debian and Fedora repositories soon...

                  I am coding Java 6 on Android, and its not fun once you tasted C# on the .NET framework.
                  Unfortunately, Java 7 isn't supported on Android, only in the very latest release 4.4 Kitkat.

                  I hope Java 8 will make Java feel more modern and nicer.
                  I would really like to see type interfering (the 'var' keyword in C#), and collection initializers.
                  You'd have to get a windows VM (until Xamarin finally decides to support linux) but you could always use Xamarin.Android to use C# on android although maybe the windows version of Xamarin studio might work between wine and mono, but I haven't tried this
                  Last edited by Luke_Wolf; 04 February 2014, 11:28 PM.

                  Comment


                  • #10
                    Originally posted by uid313 View Post
                    I am coding Java 6 on Android, and its not fun once you tasted C# on the .NET framework.
                    C# may be a hair ahead of Java, but it is ___way___ behind Scala. Scala does work on Java 6 and Android but it is a little bit of work.

                    Originally posted by uid313 View Post
                    I would really like to see type interfering (the 'var' keyword in C#), and collection initializers.
                    C# only allows type inference on local variables. Scala does that but also full type inference on function return types, instance variables, and singleton variables ("static" in C#/Java/C++)

                    Originally posted by uid313 View Post
                    Unfortunately, Java 7 isn't supported on Android, only in the very latest release 4.4 Kitkat.
                    Even on KitKat, you can't use JDK 7 libraries like the new IO library.

                    Comment

                    Working...
                    X