Tagged Questions

5
votes
1answer
972 views

Performance of IcedTea 6 vs Sun's HotSpot 6

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 ...
2
votes
3answers
503 views

Any IcedTea war stories?

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 ...
1
vote
3answers
391 views

IcedTea and lwgjl

I have recently found myself on a Linux computer and am liking it so far. However, I have been having an issue and dont really know the source. I am trying to make a java project that uses lwjgl in ...
0
votes
1answer
48 views

Eclipse with IcedTea: use max memory

I have a Fedora 16 System with 16GB of RAM. java version "1.6.0_22" OpenJDK Runtime Environment (IcedTea6 1.10.4) (fedora-60.1.10.4.fc16-i386) OpenJDK Server VM (build 20.0-b11, mixed mode) ...
0
votes
0answers
103 views

Linux/OpenJDK/IcedTea : debugging browser-hosted applet

Did anyone ever pull that trick off? I am trying to do something like $ ICEDTEAPLUGIN_DEBUG=true; firefox but nothing listens on port 8787. The docs say this should work for me. Please don't ...