Okay, my first serious question. :-D

I'm playing around with OpenJDK (7, not 6), and am about to start trying to build IcedTea on my Ubuntu system. I'm keen to hear from those who have played with IcedTea and have stories (successes, pitfalls, etc.) to tell. All stories welcome, whatever distribution you use.

Chances are, I'll very soon have my own stories to add to the list…. :-)

ETA: I now have FrankenIcedTea v1 working. (It's just IcedTea 7 + NIO2.) Once I have a blog set up, I can blog about the procedures required, for anyone else who's interested in pursuing this. :-)

link|improve this question
feedback

closed as not constructive by Bill the Lizard May 18 at 11:11

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

3 Answers

Java 7 is still a work in progress, spec wise, so once sun made all the JDK6 code available, fedora switched to that as it is the "current" version for the moment. In older fedoras, only the JDK7 base was available as GPL (but that changed in recent times).

link|improve this answer
feedback

I've never built it myself but I've used Linux distributions that provided prebuilt packages for it. All seemed to work perfectly, I didn't notice any missing functionality anyway.


Edit: Oops! I misread the question and didn't notice the '7'. All versions I've used so far have been 6. Apologies.

link|improve this answer
feedback

I'm building IcedTea 7 now. I did a successful build using the version fetched from Mercurial, using plain jane OpenJDK.

Now, I've patched up IcedTea to be able to build NIO2 (mostly so I can play with asynchronous I/O in Java; expect more thread from me about this soon!), and once I get this going, I'll be patching in the Da Vinci Machine as well. :-) And after that, maybe Closures too….

Yes, this is turning into FrankenIcedTea, but frankly (pun intended), what fun is open source without patching things here and there? :-P

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.