Hacker News new | ask | show | jobs
by mmb 5627 days ago
I like that Minecraft is proof you can write something cool in Java, a language considered by many to be corporate and boring.

All Java haters should watch the video of Notch coding away in Eclipse.

1 comments

I'm one of those haters who thinks Java IS kind of corporate and boring. On the other hand, it's just a programming language, and it's what you do with it that counts. You could write enterprise CRUD apps in Lisp if you wanted to.

I think it's more interesting that Minecraft is a Java APPLET. (at least the free version I played was)

Once you click that "allow permissions" button, an applet is pretty much exactly like any other Java application. It has all the permissions it wants, up to and including running native code.

The paid version gives you the option to run it either as an applet or a downloadable auto-updating jar.