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
0
votes
1 answer

Can't jnlp files in fedora open without icedtea

its possible to open jnlp file without installed icedtea? I had icedtea, but it wasn't run correctly
0
votes
1 answer

IcedTea 2.6.2 configuration: "llvm-config: error: components given, but unused"

I'm configuring IcedTea 2.6.2 to build OpenJDK with ZeroShark. In order to make IcedTea I have installed the following dependency packages: sudo apt-get install zip gawk xsltproc libjpeg8-dev libgif-dev libpng12-dev liblcms2-dev libgtk2.0-dev cups…
0
votes
1 answer

Override classpath for icedTea java applet plugin for firefox

I wish to override behavior of FileDialog call of awt library so as to not invoke any native calls to open up file chooser. I am planning to achieve it by overriding FileDialog with a stub library and forcing it to load before standard ones whenever…
Mukul
  • 21
  • 7
0
votes
1 answer

OpenMeeting recording feature glitch

Let me come to my concern directly. I have installed OpenMeeting with following version. Version 3.0.3-RELEASE Revision 1621852 It's working fine but when I am using "recording" feature of OpenMeeting, I am having a glitch. Steps I used to…
Leo Prince
  • 2,019
  • 26
  • 29
0
votes
1 answer

Active Directory users cannot launch java webstart apps

My problem is that i am trying to launch java web start application (.JNLP) on active directory users but the application wont launch. Icedtea-web only loads the app but then it just dosent launch and disappears. I can launch the application…
0
votes
1 answer

Java takes a long time before running anything if network connection times out

I wonder why, to run any program, Java needs to use the network. As my connection to the college wireless network really sucks, I get disconnected all the time, but without any notice from the access point. Thus, I cannot access the network anymore…
tiktak
  • 1,214
  • 8
  • 15
0
votes
1 answer

auto signed applet don't run

I'm under Ubuntu and I have already installed icedtea. the is the applet I'm trying to execute is auto signed. I know that there is a security config under icedtea to prevent such applet to be run. I'm asking where/how can I add an exception so that…
0
votes
1 answer

Unable to find java console when using browser

I am trying to debug an old hosted Java Applet but cannot find the Java Console. I have tried enabling via ControlPanel I have looked in ~/.icedtea and ~/.icedteaplugin and cannot find any java.stderr or java.stdout. In fact no new files in the last…
-1
votes
1 answer

How do I solve this LinkageError duplicate class definition?

I'm using IcedTea-Web to run a java application with jnlp/javaws. The application used to work fine running with Java 8 and java web start. I'm trying to move to Java 17 and IcedTea-Web. The error I have is : java.lang.LinkageError: loader…
Sybuser
  • 735
  • 10
  • 27
1 2
3