Tagged Questions

2
votes
1answer
149 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 ...
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
104 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 ...