質問編集履歴

3

2017/11/15 05:45

投稿

ayako510
ayako510

スコア6

test CHANGED
File without changes
test CHANGED
@@ -40,6 +40,8 @@
40
40
 
41
41
  init.coffeeで
42
42
 
43
+ process.env.JAVA_TOOL_OPTIONS
44
+
43
- process.env.JAVA_TOOL_OPTIONS = '-Dfile.encoding=UTF-8'
45
+ = '-Dfile.encoding=UTF-8'
44
46
 
45
47
  としました。

2

2017/11/15 05:45

投稿

ayako510
ayako510

スコア6

test CHANGED
File without changes
test CHANGED
@@ -38,6 +38,8 @@
38
38
 
39
39
  UTF-8
40
40
 
41
+ init.coffeeで
42
+
41
- init.coffeeでprocess.env.JAVA_TOOL_OPTIONS = '-Dfile.encoding=UTF-8'
43
+ process.env.JAVA_TOOL_OPTIONS = '-Dfile.encoding=UTF-8'
42
44
 
43
45
  としました。

1

2017/11/15 05:45

投稿

ayako510
ayako510

スコア6

test CHANGED
File without changes
test CHANGED
@@ -18,9 +18,9 @@
18
18
 
19
19
  Java - Hello.java:6
20
20
 
21
- 'cmd' �́A���R�}���h�܂��͊O���R�}���h�A
21
+ 'cmd' �́A���R�}���h�܂��͊O���R�}���h�A
22
22
 
23
- ����”\�ȃv���O�����܂��̓o�b�` �t�@�C���Ƃ��ĔF������Ă��܂���B
23
+ ����”\�ȃv���O�����܂��̓o�b�` �t�@�C���Ƃ��ĔF������Ă��܂���B
24
24
 
25
25
  [Finished in 0.145s]
26
26
 
@@ -34,7 +34,9 @@
34
34
 
35
35
  ###試したこと
36
36
 
37
- 設定で文字コードをUTF-8
37
+ 設定で文字コードを
38
+
39
+ UTF-8
38
40
 
39
41
  init.coffeeでprocess.env.JAVA_TOOL_OPTIONS = '-Dfile.encoding=UTF-8'
40
42