AdoptOpenJDK / AdoptOpenJDK/IcedTea-Web

How do I add jvm arguments and configure properties with IcedTea

未关闭
#975 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Java
星标
268
派生
96
PR 合并指标
30 天内没有已合并 PR

描述

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 set the default locale` java.locale.providers` to ` COMPAT,SPI`
I have set this in the jnlp file but when I launch application using IcedTea , these configuration are not applied.
```


```

I found another way to apply above configuration by adding it to the `itw-modularjdk.args` file located inside `C:\Program Files\IcedTeaWeb\WebStart\bin`. But updating `itw-modularjdk.args` file is not ideal solution for us, since all our clients needs to manually update their icedTea configuration.
Is there any way to solve the above problem programmatically ?

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。