AdoptOpenJDK / AdoptOpenJDK/IcedTea-Web

How do I add jvm arguments and configure properties with IcedTea

Đang mở
#975 2 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Java
Star
268
Fork
96
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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 ?

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.