回答編集履歴
1
/
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
|
|