Oracle Killed Java
andrew.codeusa.net
Oracle Killed Java
1–10 of 26 posts
Re: Oracle Killed Java
#2It should be 'Oracle killed Java APPLETS'
Re: Oracle Killed Java
#3Re: Oracle Killed Java
#4Re: Oracle Killed Java
#5Yet another link-bait title... It should be 'Oracle killed Java APPLETS'
No, the title's totally fine. Oracle sucks balls and killed Java. I'm still having it installed (interested in Clojure, for example), but I actively make sure that people around me Do Not Use It.
Java as a platform on the desktop was killed by the company that is
a) unable to advance the language and platform, to make it 'state of the art' again (right now, it's ... old-fashioned and limited, if you're looking at competing platforms)
b) actively trying to get malware on your machine because .. why not, you're already installing stuff from those clever people, maybe another browser toolbar would be totally fine?
Re: Oracle Killed Java
#6Re: Oracle Killed Java
#7The major browser projects all host a very similar attack surface --- a programming language with content/attacker- controlled code hooked up to a whole bunch of crazy bells and whistles. The browsers barely, just barely, have a handle on that attack surface. And the modern browsers have all rearchitected in the last 5 years specifically to address the problem, which is something the Java applet maintainers have not done. Who in the world is surprised that doubling the browser attack surface creates problems?
It's long past time we put Java applets out to pasture.
Re: Oracle Killed Java
#8Re: Oracle Killed Java
#9Completely false? Resigning a jar with authenticated signature will turn it into a self-signed jar and will then display the nasty warning as it should. This security measure works very well: if you want to run stuff in the browser, use js+HTML5 (or GWT). If you have legacy java code that you must run in the browser, get it signed properly and it will run. This is universally an incredibly good thing given how flakey java applets are.
Re: Oracle Killed Java
#10Because $300 a year is a little steep, the open source community could do this much more efficiently.