Java を利用しているときに、 A fatal error has been detected by the Java Runtime Environment: と表示される場合があります。この対応です。
|
1 |
A fatal error has been detected by the Java Runtime Environment: |
原因
AWTが無いJDKを使っている。
対応
実行時のJDKを1.8あたりのバージョンに戻す。
社員同士のゆるーい情報交換ブログです
Java を利用しているときに、 A fatal error has been detected by the Java Runtime Environment: と表示される場合があります。この対応です。
|
1 |
A fatal error has been detected by the Java Runtime Environment: |
AWTが無いJDKを使っている。
実行時のJDKを1.8あたりのバージョンに戻す。