IcedTea-Web icon indicating copy to clipboard operation
IcedTea-Web copied to clipboard

The new home for IcedTea-Web

Results 109 IcedTea-Web issues
Sort by recently updated
recently updated
newest added

I'm encountering an issue when attempting to open a JNLP file using javaws.bat. Occasionally, it returns a Fatal Launch Error: "Could not launch JNLP file." This error seems to occur...

Since the JDK's native pack200 implementation has been removed from newer JDKs, it would be great if this implementation could be supported. See also: https://github.com/martinhickson/IcedTea-Web-1/wiki for code examples.

When building using OpenJDK Java 17, I run into the following javadoc error related to `@param` in `TimedHashMap.java` which should be fixed: ``` IcedTea-Web-icedtea-web-1.8.8/netx/net/sourceforge/jnlp/util/TimedHashMap.java:60: error: invalid use of @param *...

As of writing, `./configure --disable-pluginjar` still leads to `sun.applet` being handled for javadocs and the plugin man page gets generated, too. From my point of view, both shouldn't be the...

Given I noticed the failure of GitHub Actions in #901, which seems to be unrelated to my changes…let's try to update the URL.

I can not see any benefit of shipping man pages for Czech, German and Polish, which are actually (for multiple years) identical to the English ones. For me it looks...

This is a backport of #898 for 1.8. As of writing, all bash-completion files installed by IcedTea-Web are named e.g. `/usr/share/bash-completion/completions/javaws.bash` while bash-completion itself uses a naming scheme without `.bash`,...

As of writing, all bash-completion files installed by IcedTea-Web are named e.g. `/usr/share/bash-completion/completions/javaws.bash` while bash-completion itself uses a naming scheme without `.bash`, thus e.g. `/usr/share/bash-completion/completions/javaws` would conform upstream's naming scheme....

Since jdk18 deprecated java SecurityManager methods, icedtea-web fails to start any jnlp app. I propose to make icedtea-web work with latest jdk in degraded mode ie less-secure as missing security...

ShortcutFile should go to C:\Users\\\\\\.cache\icedtea-web\cache in my case, but it doesn't. https://github.com/AdoptOpenJDK/IcedTea-Web/blob/1be00cff3993d6b74b9d99df2a49149f52b48ae3/core/src/main/java/net/sourceforge/jnlp/util/WindowsDesktopEntry.java#L156 Throws an exception "could not find the path specified". Reason is that the path does only exist up...