回答編集履歴

1

/

2020/05/16 02:30

投稿

TN8001
TN8001

スコア9326

test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  public static void main(String[] args) throws IOException {
30
30
 
31
- List<String> textList = Files.readAllLines(Paths.get("Users/test/UserInformation"), Charset.forName("Shift-JIS"));
31
+ List<String> textList = Files.readAllLines(Paths.get("/Users/test/UserInformation"), Charset.forName("Shift-JIS"));
32
32
 
33
33
 
34
34