hot questions tagged icedtea - Stack Overflow most recent 30 from stackoverflow.com 2009-12-05T23:38:19Z http://stackoverflow.com/feeds/tag?tagnames=icedtea&sort=hot http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1685768/performance-of-icedtea-6-vs-suns-hotspot-6 1 Performance of IcedTea 6 vs Sun's HotSpot 6 Chintan 2009-11-06T06:20:35Z 2009-11-06T06:20:35Z <p>How does IcedTea 6's performance stand up against Sun's own HotSpot on linux systems? I tried searching Google but Phoronix's test is the best I got, which is almost a year old now. Hopefully things have improved since then.</p> <p>Also, once Sun completely open sources the JVM, would it be possible to implement it for Linux platforms such that a main module (Quickstarter in the Consumer JRE) starts up with the OS and loads the minimal Java kernel, regardless of any Java apps running. And then progressively load other modules as necessary. Might improve startup times.</p> http://stackoverflow.com/questions/680169/why-does-icedtea6-not-compile-java-1-5-specific-code 0 Why does IcedTea6 not compile Java 1.5 specific code? windfinder 2009-03-25T03:58:23Z 2009-06-19T21:09:24Z <p>I ran:</p> <pre> javac Perf.java </pre> <p>and got:</p> <pre><code>ERROR in Prefs.java (at line 36) HashMap&lt;String, String&gt; map = new HashMap&lt;String, String&gt;(); ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 </code></pre> <p>When I type: <code>java -version</code> I get:</p> <pre> java version "1.6.0_0" IcedTea6 1.4 (fedora-11.b14.fc10-i386) Runtime Environment (build 1.6.0_0-b14) OpenJDK Client VM (build 14.0-b08, mixed mode) </pre> <p><code>javac -version</code> gets me:</p> <pre> Eclipse Java Compiler 0.883_R34x, 3.4.1 release, Copyright IBM Corp 2000, 2008. All rights reserved. </pre> <p>This is a fresh install of Fedora 10. What is this icedtea business? Why is the Java compiler defaulting to the Eclipse compiler? Someone explain this madness...</p> 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>