Intellij logs are attached bellow. It looks like plugin is trying to create haxe.xml file in root file system which is read only even with sudo permissions. 2021-02-18 07:54:59,660 [150446870] WARN - ...
JavaでリストからCSVへ出力する方法を共有させていただきます。 PrintWriter p = new PrintWriter(new BufferdWriter(new OutputStreamWriter(new FileOutputStream("保存するファイルの指定", false), "エンコード"))); ...