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

The latest IcedTea **snapshot 28**, does not start if appletTrustSettings lock file exist in C:\Windows\Sun\Java\Deployment folder. The lock file "C:\Windows\Sun\Java\Deployment\appletTrustSettings" gets created if you run itweb-settings.exe as admin. After that,...

Enable java.net built-in support of HTTP cookies. HTTP cookies will be stored in-memory until the java process dies.

Hi IcedTea-Web Support Team, i get an AccessControlException: access denied ("java.lang.reflect.ReflectPermission" "suppressAccessChecks") when i start my application. In the JNLP file i set the security to all-permissions. My JNLP Files...

for details see https://github.com/karakun/OpenWebStart/issues/570 if you use a manually created temp-dir (e.g. C:\temp\ows) this results in an exception during startup. ``` net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not initialize application. The...

https://github.com/AdoptOpenJDK/IcedTea-Web/blob/e8f02c4796cf129089c285681681312802e29b5f/common/src/main/java/net/adoptopenjdk/icedteaweb/os/OsUtil.java#L8 not sure if necessary but afaik on MacOS neither win nor linux are part of the os-string.

These were introduced in Java 8u191 (2018-10-16). An important note on `MinRAMPercentage`: it is only used on ''small'' heap sizes (think

I want to add few jvm arguments to support java 11 . These arguments are mostly related to access module & package. For example `--add-opens=java.base/sun.misc=ALL-UNNAMED` . I also want to...

https://salsa.debian.org/java-team/icedtea-web/-/blob/master/debian/patches/jdk-21-autoconf.patch is a prerequisite, allows removing `--ignore-source-errors` from `JAVADOC_OPTS` being introduced with commit be989488bb60c23b8ea2b5e95282d661d25a4077.

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 ``` Read Error: Could not read or parse the JNLP file....

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 ``` java.io.FileNotFoundException: C:\Users\xxxx\AppData\Roaming\Mozilla\Firefox\profiles.ini at net.sourceforge.jnlp.browser.FirefoxPreferencesFinder.find(FirefoxPreferencesFinder.java:84) at net.sourceforge.jnlp.browser.BrowserAwareProxySelector.parseBrowserPreferences(BrowserAwareProxySelector.java:151) at net.sourceforge.jnlp.browser.BrowserAwareProxySelector.initFromBrowserConfig(BrowserAwareProxySelector.java:114) at net.sourceforge.jnlp.browser.BrowserAwareProxySelector.initialize(BrowserAwareProxySelector.java:101)...