Java 6 EOL'd By Oracle
Tmack writes "Not completely unexpected, Java6 has reached EOL. This tidbit shows up in Oracle's Java6 FAQ page, recommending everyone update to Java7: 'Oracle no longer posts updates of Java SE 6 to its public download sites. All Java 6 releases up to and including 6u45 have been moved to the Java Archive on the Oracle Technology Network, where they will remain available but not receive further updates. Oracle recommends that users migrate to Java 7 in order to continue receiving public updates and security enhancements.' Apple just pushed its update 16 which is Java6u51, likely to be one of their last Java6 updates."
Hating Oracle just feels right. All the pointless rage we deliver to Microsoft for terrible, greedy business decisions, plus they kill popular open source projects. It's like being young and in love, except the opposite of that.
Why can't they keep at least two major versions simultaneously released? This isn't rocket surgery.
Cutting costs and eventually killing the product.
Make sure everyone's vote counts: Verified Voting
I know why they don't, but I wish they would auto update everyone on 6 to 7. Bugger.
I don't like Java 7, it feels dirty. I will keep on with 6 for now
... all the intelligent and insightful commentary from the Slashdot peanut gallery about how rubbish Java is.
Java 6 was already EOLed in feb 2013. u43 was supposed to be the last update. They keep updating it because nobody moved off of it, and apparently somone still has enough pull to get them to keep writing patches for it. This is the second (possibly third) time they've tried to EOL Java 6.
... nore for Java 7
Java SE 6 was released six and a half years ago. Prior to then Sun had a major release about every two years. The platform stalled with version 6 and it needs a kick in the ass.
There is some craptastic Java 6 software in the world that won't run correctly in Java SE 7. The writing is on the wall for that stuff. People don't tolerate neglect; they just go find alternatives.
Java 6 is GPL. Oracle can't force Java 7 on anybody.
MySQL is to MariaDB as Java is to ???
I wish Oracle were end of lifed.
what bugs me is that they keep trying to get me to install the Ask toolbar every time I update Java 7.
I remember I couldn't make an APK package properly without JDK jarsigner from Java 6 (Java 7 one would not work).
After at least 3 years of perpetually the worst thing to happen to browser security ever, maybe they should just eliminate their entire web plugin. I mean for God's sake, I just saw someone's credit union use a java app for logging into online banking. I've never heard of a bank demanding that its users purposely ruin the security on their computer in order to access online banking. I heard v7r25 that was released days ago already has critical flaws. I think technically if you had Java for the last 3 years, there wasn't one moment in time that you were actually without a gigantic java-based exploit security flaw.
I know this is Slashdot and all, but it reached EOL at the end of February 2013.
Does this mean Ubuntu will make the use of JDK 7 automatic? It's easy enough to make it your default instead of 6, but the default for 12.04 is still JDK 6. It's not nice to make the default an EOL product.
I do not fail; I succeed at finding out what does not work.
People who don't think java7 is ready are smoking crack. It's been production ready for a long time.. Works on Linux, works on OSX, works on Windows. I have used it on 20M transaction/day apps and had it run for months with no issues.. Java gets a bad name because of the browser plugin. Let's EOL that for all versions of java. I like java on the server. I like it for writing Android apps. I do NOT like it in the browser, and neither does anyone else with any interest in security.
- Vincit qui patitur.
Java 6 will still run.
Actually, no, sometimes it won't. I have personally spent most of today fielding support problems because the "improvements" in Java applet security in 6u51 (mainly for Apple users) and 7u25 have meant precisely that systems that were working just fine yesterday are not working today.
It's like people think "Set build option X and it'll work again" or "You need to sign it with magical certification Y at time Z now" is a viable response. In reality, many Java applets are used other than as part of a maintained public web site, and once deployed maybe they can't easily be updated. They might be part of a secure intranet where any changes need expensive regulatory approvals to be redone. They might be part of a user interface embedded in network-accessible hardware. It might just be a useful demonstration on an academic's web site that they wrote ten years ago but don't maintain. In the last 48 hours, these and many other cases all broke.
If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
Oracle releases only odd-numbered updates.
We've just gotten to 6 and nothing works reliably on 7 at all. You wind up running unsupported at your own peril. Current course and speed we'll be off 6 around 2015
Wait, people still use Java?
i must be one of the few people who still uses Java 6. I never did upgrade the runtime to Java 7 because I am so lazy. lol
We've removed java on 99% of our machines. It's generally not needed anymore except for specialized apps, and most of our users don't use java apps. Java on Windows = PITA. Admin access, attempts to install the ask toolbar, etc made it too expensive to maintain.
Java has reached EOL?
http://superuser.com/questions/549028/how-can-i-prevent-ask-com-toolbar-from-being-installed-every-time-java-is-update/562869#562869
Java needs a new anti-slogan, one that conveys "write once, debug on every shipping JVM build", but just as catchy as "write once, debug everywhere".
- T
So it's time to fix it to be Java 7 ready. Pretty good distrinction between well written apps and crapware is number of difficulties when porting to Java 7. Most of my apps just worked, yet I always avoided (most of) crapola "enterprise" technologies like EJB etc. Switch to Java 7 is pretty good point to decide which of your apps should be depreciated (or undergo severe overhaul) and which are fit enough to still be maintained. It's called evolution.
It's also a good occasion to get rid of super-heavy "enterprise" crap and switch to lightweight frameworks (eg. java portal -> spring, play, clojure etc.). I think Oracle is shooting itself in a foot here as they make gobs of money from selling super-heavy "enterprise" legacy crap. This business might be in jeopardy if people realize that quite often rewriting part of system in lightweight, testable technologies is cheaper than maitaining legacy apps using some heavyweight "consultantware" solution.