2020-01-01から1ヶ月間の記事一覧

Windows terminalのデフォルトをwslに変更する

Windows termianlのプレビュー版を開くとpoweshellが開くがwslに変更したい。 Windows terminalのsettingsを開くと次のようなjsonファイルが開かれる。 // To view the default settings, hold "alt" while clicking on the "Settings" button. // For docum…

scalaでjava.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlRootElementが発生する

java11を利用しているときにjava.lang.NoClassDefFoundErrorが発生する CreationException: Unable to create injector, see the following errors: 1) Error injecting constructor, java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlRootEle…