LoginSignup
0
0

More than 3 years have passed since last update.

GitBash で ワンライナー で JRE をつくる

Posted at

いつかの誰かの役に立つかもしれないから備忘録。

いつか、カスタムランタイムを試しに作った時のワンライナー。

動作確認は各自でお願いします。
(いつか使う時が来たら、当方で確認し修正します。)

java --list-modules | sed 's/^\(.\+\)@.*/\1/' | tr -s '\r\n' ',' | sed 's/,$//' | xargs -I{} jlink --add-modules {} --output jre
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0