Questions tagged [icedtea]

IcedTea is a build and integration project for OpenJDK produced by Red Hat. Its goal is to make it possible to build the OpenJDK with a free-software toolchain. It is the variant of OpenJDK currently distributed with GNU/Linux distributions such as Fedora, Gentoo and Debian.

IcedTea is a build and integration project for OpenJDK produced by Red Hat. Its goal is to make it possible to build the OpenJDK with a toolchain consisting entirely of free software. It is the variant of OpenJDK currently distributed with GNU/Linux distributions such as Fedora, Gentoo and Debian.

Red Hat's initial goal with IcedTea was to make the Java OpenJDK software (which Sun Microsystems released as free software in 2007) usable without requiring any other software that is not free software, making it possible to add OpenJDK to Fedora and other Linux distributions that insist on free software. This goal was achieved and a version of IcedTea based on OpenJDK was packaged with Red Hat's Fedora 8 in November 2007. IcedTea has been in active development since, and IcedTea 2.0, based on the final version of Java 1.7, was released in October 2011.

39 questions
12
votes
4 answers

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 problems in IcedTea. However, I don't know how to…
Ruth Morales
  • 121
  • 1
  • 1
  • 3
9
votes
1 answer

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 have improved since then. Also, once Sun…
Chintan
  • 471
  • 2
  • 8
6
votes
0 answers

Configure Exception Site List in OpenJDK for Windows

I need to add certain URLs to the Java Exception Site List in a Windows 10 server which has OpenJDK installed. This has to be done to access these URLs from the Internet Explorer as these URLs are applets and they cannot be accessed from any other…
4
votes
1 answer

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 suggest switching from OpenJDK to Oracle JVM: this is…
Anton Kraievyi
  • 4,182
  • 4
  • 26
  • 41
4
votes
2 answers

IcedTea version 1.8 is unable to open any JNLP file

Currently I am unable to open a .jnlp file (TopCoder Arena) on Ubuntu 18.04. It gives an error message net.sourceforge.jnlp.LaunchException: Fatal: Launch Error: Could not launch JNLP file. The application has not been initialized, for more…
bro33
  • 117
  • 2
  • 7
3
votes
2 answers

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 limiting it to the sand-box) & were supposed to see the…
Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
3
votes
1 answer

new BigDecimal("0") NumberFormatException

I'm having a weird problem with BigDecimal. I have a parse method as follows: protected BigDecimal parseBigDecimalFromText(String text) { Logger.info("parseBigDecimalFromText("+text+")"); return new BigDecimal(text); } Now when I run my…
daemon_nio
  • 1,446
  • 1
  • 16
  • 19
2
votes
0 answers

Unable to launch jnlp with Adopt JRE

Scenario 1: With Oracle JDK - jdk1.8.0_221, jnlp was launching seamlessly without any issues. Scenario 2: Removed any previous java env variables(jdk1.8.0_221) and tried to run the same jnlp with, adoptopenjdk…
Goku
  • 482
  • 1
  • 7
  • 22
2
votes
0 answers

JVM crashes with SIGSEGV in JAVA2D Disposer thread

I got a JVM crash on a production server. It generated a log in /tmp/jvm-32627/hs_error.log. The beginning of the file is: # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f4cdd7fba55, pid=32627,…
Alexis Dufrenoy
  • 11,784
  • 12
  • 82
  • 124
2
votes
0 answers

Open-JDK installer with icedtea plugin for windows

We are working with applets in firefox browser(version 48) using "OpenJDK-8". We are trying to download the installer for "OpenJDK-8" along with iced-tea plugin for Windows-7. Let us know some links to download OpenJDK-8 along with iced-tea plugin.
Maria
  • 297
  • 1
  • 5
  • 18
1
vote
1 answer

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) I try to launch eclipse using: eclipse/eclipse…
jldupont
  • 93,734
  • 56
  • 203
  • 318
1
vote
1 answer

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
idbentley
  • 4,188
  • 3
  • 34
  • 50
1
vote
0 answers

How do I use --add-opens together with IcedTea javaws?

I tried something like that : javaws -J--add-opens=java.desktop/javax.swing.plaf.metal=ALL-UNNAMED my_jnlp_file.jnlp And also tried in the jnlp :
Sybuser
  • 735
  • 10
  • 27
1
vote
2 answers

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 map = new HashMap(); ^^^^^^^^^^^^^^ Syntax error, parameterized types are only available if source level is 1.5 When I type: java…
Alex
  • 6,843
  • 10
  • 52
  • 71
1
vote
0 answers

Unclear changes needed in OpenJDK security configuration to allow IcedTea-Web to use libraries

Short version: Is it expected to need to add policies to OpenJDK JRE java.policy in order to use JCE crypto library in a default installation from IcedTea-Web? Is it some sort of bug?? Long version: I have this Swing app loaded thru WebStart which…
Alfabravo
  • 7,493
  • 6
  • 46
  • 82
1
2 3