Foren: Japanese (Thread #18875)

0.9- qrcode/QUICKSTART.txtの疑問… (2008-06-01 16:58 by Anonym #36964)

javac -d classes -cp lib\qrcode.jar example\QRCodeDecoderCUIExample.java
↑okです


でも

java -cp classes:lib\qrcode.jar example.QRCodeDecoderCUIExample res\qrcode.jpg
出来ない…

貴方のres\qrcode.jpgは違う、res\qrcode.pngです、
私も任意のファイルを変更しないです。

でも
java -cp classes:lib\qrcode.jar example.QRCodeDecoderCUIExample res\qrcode.png
も出来ない

この状況では、どうすればいいのですか?

Reply to #36964×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Anmelden

RE: 0.9- qrcode/QUICKSTART.txtの疑問…(答) (2008-08-12 08:38 by Anonym #38227)

これは、クラスパスの設定ミスです。

C:\qrcode>java -cp classes;lib\qrcode.jar example.QRCodeDecoderCUIExample res\qrcode.png

こうすれば、実行できると思います。
Reply to #36964

Reply to #38227×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Anmelden