Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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
1answer
148 views

IcedTea - how to show the applet console..?

since recently I think we are forced to use IcedTea to run applets in Ubuntu 11.10. At least I don't see how to install Sun Java from the Software Center. I would like to debug an applet which gives ...
2
votes
2answers
623 views

Does this applet work in an Iced Tea JRE?

I mentioned a small demo. in Setting up policies for an Applet embedded in HTML & an Iced Tea JRE user commented that the demo. failed for them. They refused permission to the applet (thereby ...
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
1answer
47 views

Play Framework causing SIGSEGV fault on first page load with crud moduel

Found this bug, which states the problem as well as I could. https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/732707 The question is - are there any potential workarounds? Thanks
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 ...
1
vote
1answer
563 views

Java and PHP sessions

I'm creating a Java applet which communicate with my PHP website by requesting pages and retrieving their contents. It works pretty well, and it allows my applet to use PHP sessions. However, I tried ...
1
vote
2answers
302 views

Why does IcedTea6 not compile Java 1.5 specific code?

I ran: javac Perf.java and got: ERROR in Prefs.java (at line 36) HashMap<String, String> map = new HashMap<String, String>(); ^^^^^^^^^^^^^^ Syntax error, parameterized types ...
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 ...
0
votes
0answers
56 views

ClassLoader wont load classes from applet jar

I am looking for help with OpenJDK and IcedTea plugin for firefox. I have an applet that works fine with Oracle Java and their browser plugins, but when it comes to OpenJDK and IcedTea plugin this ...