質問編集履歴

2

質問文修正

2018/10/29 01:30

投稿

ms5025
ms5025

スコア292

test CHANGED
File without changes
test CHANGED
@@ -18,9 +18,9 @@
18
18
 
19
19
  //コマンド
20
20
 
21
- C:\>java -cp C:\xampp\htdocs\localhost\vendor\php-zxing-master\src\bin\javase-3.3.3.jar;C:\xampp\htdocs\localhost\vendor\php-zxing-master\src\bin\core-3.3.3.jar;C:\xampp\htdocs\localhost\vendor\php-zxing-master\src\bin\jcommander-1.72.jar com.google.zxing.client.j2se.CommandLineRunner file:/C:/xampp/htdocs/LeosLLeria/vendor/php-zxing-master/src/images/test.png
21
+ C:\>java -cp C:\xampp\htdocs\localhost\vendor\php-zxing-master\src\bin\javase-3.3.3.jar;C:\xampp\htdocs\localhost\vendor\php-zxing-master\src\bin\core-3.3.3.jar;C:\xampp\htdocs\localhost\vendor\php-zxing-master\src\bin\jcommander-1.72.jar com.google.zxing.client.j2se.CommandLineRunner file:/C:/xampp/htdocs/localhost/vendor/php-zxing-master/src/images/test.png
22
22
 
23
- file:/C:/xampp/htdocs/LeosLLeria/vendor/php-zxing-master/src/images/test.png (format: EAN_8, type: PRODUCT):
23
+ (format: EAN_8, type: PRODUCT):
24
24
 
25
25
 
26
26
 
@@ -58,9 +58,9 @@
58
58
 
59
59
  //実行したいコマンド(コマンドプロンプトで叩いたものと同じ)
60
60
 
61
- $command = 'java -cp C:\xampp\htdocs\localhost\vendor\php-zxing-master\src\bin\javase-3.3.3.jar;C:\xampp\htdocs\localhost\vendor\php-zxing-master\src\bin\core-3.3.3.jar;C:\xampp\htdocs\localhost\vendor\php-zxing-master\src\bin\jcommander-1.72.jar com.google.zxing.client.j2se.CommandLineRunner file:/C:/xampp/htdocs/LeosLLeria/vendor/php-zxing-master/src/images/test.png
61
+ $command = 'java -cp C:\xampp\htdocs\localhost\vendor\php-zxing-master\src\bin\javase-3.3.3.jar;C:\xampp\htdocs\localhost\vendor\php-zxing-master\src\bin\core-3.3.3.jar;C:\xampp\htdocs\localhost\vendor\php-zxing-master\src\bin\jcommander-1.72.jar com.google.zxing.client.j2se.CommandLineRunner file:/C:/xampp/htdocs/localhost/vendor/php-zxing-master/src/images/test.png
62
62
 
63
- file:/C:/xampp/htdocs/LeosLLeria/vendor/php-zxing-master/src/images/test.png';
63
+
64
64
 
65
65
 
66
66
 

1

実行コマンドの表記ミス

2018/10/29 01:30

投稿

ms5025
ms5025

スコア292

test CHANGED
File without changes
test CHANGED
@@ -58,7 +58,7 @@
58
58
 
59
59
  //実行したいコマンド(コマンドプロンプトで叩いたものと同じ)
60
60
 
61
- $command = 'C:\>java -cp C:\xampp\htdocs\localhost\vendor\php-zxing-master\src\bin\javase-3.3.3.jar;C:\xampp\htdocs\localhost\vendor\php-zxing-master\src\bin\core-3.3.3.jar;C:\xampp\htdocs\localhost\vendor\php-zxing-master\src\bin\jcommander-1.72.jar com.google.zxing.client.j2se.CommandLineRunner file:/C:/xampp/htdocs/LeosLLeria/vendor/php-zxing-master/src/images/test.png
61
+ $command = 'java -cp C:\xampp\htdocs\localhost\vendor\php-zxing-master\src\bin\javase-3.3.3.jar;C:\xampp\htdocs\localhost\vendor\php-zxing-master\src\bin\core-3.3.3.jar;C:\xampp\htdocs\localhost\vendor\php-zxing-master\src\bin\jcommander-1.72.jar com.google.zxing.client.j2se.CommandLineRunner file:/C:/xampp/htdocs/LeosLLeria/vendor/php-zxing-master/src/images/test.png
62
62
 
63
63
  file:/C:/xampp/htdocs/LeosLLeria/vendor/php-zxing-master/src/images/test.png';
64
64