AdoptOpenJDK / AdoptOpenJDK/IcedTea-Web

How do I add jvm arguments and configure properties with IcedTea

オープン
#975 コメント 2 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。