IcedTea-Web
IcedTea-Web copied to clipboard
The new home for IcedTea-Web
Hi, A French public structure provides a portal for submitting responses to calls for tenders from municipalities. They provide a test page: https://marches.megalis.bretagne.bzh/index.php?page=entreprise.DiagnosticPoste&callFrom=entreprise The portal uses a jnlp script. To...
This PR adds a new class loader approach to ITW. Against the current class loader it is easier to test (lot of integration tests added) and provides a better encapsulation...
**🆕🐥🐶 First Timers Only** This issue is reserved for people who never contributed to Open Source before. We know that the process of creating a pull request is the biggest...
This issue was imported from bugzilla with bugzilla2github # Bugzilla Bug Referenze: [3704](https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3704) Date: 2019-02-19 14:20:00 +0000 From: Chris Ash <> To: JiriVanek <> CC: unassigned Last updated: 2019-02-20 16:20:50...
Hi, Icedtea-Web has Problem, because does not use trusted.jssecerts File and adds SSL certificate to trusted.certs File (as Info: trusted.certs File is for Code-Signing certificates). In Zip File is CertWarningPane.java...
If you run javaws (IcedTea-Web 1.8) from the command line on Windows, all output is written to the command window. Redirection of stdout or stderr have no effect on the...
Hi! I would like to remove rhino, and substitute it by nashorn. However, that is dead end too. In future, it can be replaced byJS on graal. Generally - all...
Assume a project with two jnlp files a.jnlp and b.jnlp, where a.jnlp loads b.jnlp as extension. Both a.jnlp and b.jnlp define a property within the resources. At runtime, only the...