IcedTea-Web
IcedTea-Web copied to clipboard
The new home for IcedTea-Web
Hi team, Could you help me with this error using ICEDTEA-Web? How should I proceed to remove these warnings? Windows 10 IBM Semeru Runtime Open Edition (JDK) 17.0.14+7 (x64) icedtea-web-1.8.8...
Hi team, Could you help me with this error using ICEDTEA-Web? How should I proceed? Windows 10 jdk-11.0.27.6-openj9 icedtea-web-1.8.8 ``` net.sourceforge.jnlp.LaunchException: Fatal: Read Error: Could not read or parse the...
This PR aims to address issue #972 Application launched via a JNLP file will failed to start for user wtih certain characters in their home folder (e.g. `C:\Users\Foo_O'Bar`), which is...
We recently received a report where an application launched via a JNLP file would failed to start for one user while it worked fine for others when using Icedtea-web 1.8...
This PR aims to address issue #972 Application launched via a JNLP file will failed to start for user wtih certain characters in their home folder (e.g. `C:\Users\Foo_O'Bar`), which is...
In Java24 the interface URLJarFileCallBack is removed as well as the mechanism behind it. This mechanism allows to intercept the download of a JAR in for example a class loader...
IcedTea 1.8.x doesn't support certs signed with EC algorithm (essentially forcing to use RSA). The fix is quite trivial and looks like it was fixed in master years ago but...
Icedtea web opens in the backround rather than in the forefront.
I was able to reproduce this with a self-issued certificate on localhost. The problem exists when doing a backend call in a SwingUtilities.invokeLater at the same time as a background...