Any IcedTea war stories? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T16:53:59Z http://stackoverflow.com/feeds/question/6753 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/6753/any-icedtea-war-stories 2 Any IcedTea war stories? Chris Jester-Young 2008-08-09T12:57:29Z 2008-10-18T06:49:23Z <p>Okay, my first serious question. :-D</p> <p>I'm playing around with <a href="http://openjdk.java.net/" rel="nofollow">OpenJDK</a> (7, not 6), and am about to start trying to build <a href="http://icedtea.classpath.org/" rel="nofollow">IcedTea</a> 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.</p> <p>Chances are, I'll very soon have my own stories to add to the list…. :-)</p> <p>ETA: I now have FrankenIcedTea v1 working. (It's just IcedTea 7 + <a href="http://openjdk.java.net/projects/nio/" rel="nofollow">NIO2</a>.) Once I have a blog set up, I can blog about the procedures required, for anyone else who's interested in pursuing this. :-)</p> http://stackoverflow.com/questions/6753/any-icedtea-war-stories/6876#6876 0 Answer by pauldoo for Any IcedTea war stories? pauldoo 2008-08-09T19:01:21Z 2008-08-11T13:13:17Z <p>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.</p> <p><hr /></p> <p>Edit: Oops! I misread the question and didn't notice the '7'. All versions I've used so far have been 6. Apologies.</p> http://stackoverflow.com/questions/6753/any-icedtea-war-stories/6944#6944 1 Answer by Chris Jester-Young for Any IcedTea war stories? Chris Jester-Young 2008-08-09T23:23:08Z 2008-08-09T23:23:08Z <p>@pauldoo: Do you know of any Linux distributions that provide OpenJDK 7, as opposed to OpenJDK 6? Looking at <a href="http://openjdk.java.net/install/" rel="nofollow">this page</a> it seems to me that Fedora 8 has OpenJDK 7 but Fedora 9 has OpenJDK 6. Do you have Fedora 9, and can you confirm whether Fedora 9 supports OpenJDK 7? (If not, that's fine; I suppose I'll download a copy and run it on a virtual machine.)</p> <p>My question about Fedora 9 is simply to see whether support for OpenJDK 7 is still being maintained. It sounds from the IcedTea page that they're focusing the bulk of their efforts on OpenJDK 6 these days….</p> http://stackoverflow.com/questions/6753/any-icedtea-war-stories/6954#6954 2 Answer by Michael Neale for Any IcedTea war stories? Michael Neale 2008-08-09T23:47:14Z 2008-08-09T23:47:14Z <p>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).</p> http://stackoverflow.com/questions/6753/any-icedtea-war-stories/6967#6967 1 Answer by Chris Jester-Young for Any IcedTea war stories? Chris Jester-Young 2008-08-10T00:33:02Z 2008-08-10T00:33:02Z <p>@Michael: That makes sense, and is what I suspected. Hmm, since I'm actually out here to play with the Java 7 "developmental" features, I suppose I have to hew my own path, to some degree. :-) Thanks all the same.</p> http://stackoverflow.com/questions/6753/any-icedtea-war-stories/13041#13041 0 Answer by Chris Jester-Young for Any IcedTea war stories? Chris Jester-Young 2008-08-16T08:05:45Z 2008-08-16T08:05:45Z <p>I'm building IcedTea 7 now. I did a successful build using the version <a href="http://icedtea.classpath.org/hg/icedtea/" rel="nofollow">fetched from Mercurial</a>, using plain jane OpenJDK.</p> <p>Now, I've patched up IcedTea to be able to build <a href="http://openjdk.java.net/projects/nio/" rel="nofollow">NIO2</a> (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 <a href="http://openjdk.java.net/projects/mlvm/" rel="nofollow">Da Vinci Machine</a> as well. :-) And after that, maybe <a href="http://openjdk.java.net/projects/closures/" rel="nofollow">Closures</a> too….</p> <p>Yes, this is turning into FrankenIcedTea, but frankly (pun intended), what fun is open source without patching things here and there? :-P</p>