下载
开发软件
账户
下载
开发软件
登录
我忘记用户名和密码了
创建帐户
语言
帮助
语言
帮助
×
登录
登录名
密码
×
我忘记用户名和密码了
简体中文翻译状态
类别:
软件
用户
PersonalForge
Magazine
Wiki
搜索
OSDN
>
浏览软件
>
Multimedia
>
Graphics
>
Open Source QR Code Library
>
论坛
>
Japanese
>
0.9- qrcode/QUICKSTART.txtの疑問…
Open Source QR Code Library
描述
项目概述
开发人员仪表板
项目的网页
开发人员
Image Gallery
List of RSS Feeds
Activity
统计
历史
下载
List of Releases
统计
任务单
Ticket List
里程碑列表
Type List
组件列表
List of frequently used tickets/RSS
Submit New Ticket
文档
沟通
List of Forums
English (436)
Japanese (37)
新闻
论坛:
Japanese
(Thread #18875)
Return to Thread list
RSS
0.9- qrcode/QUICKSTART.txtの疑問… (2008-06-01 16:58 by
匿名
#36964)
回复
Create ticket
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
も出来ない
この状況では、どうすればいいのですか?
回复到 #36964
×
主体
Body
Reply To Message #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 > も出来ない > > この状況では、どうすればいいのですか?
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.)
登录
Nickname
预览
Post
取消
RE: 0.9- qrcode/QUICKSTART.txtの疑問…(答) (2008-08-12 08:38 by
匿名
#38227)
回复
Create ticket
これは、クラスパスの設定ミスです。
C:\qrcode>java -cp classes;lib\qrcode.jar example.QRCodeDecoderCUIExample res\qrcode.png
こうすれば、実行できると思います。
回复到
#36964
回复到 #38227
×
主体
Body
Reply To Message #38227 > これは、クラスパスの設定ミスです。 > > C:\qrcode>java -cp classes;lib\qrcode.jar example.QRCodeDecoderCUIExample res\qrcode.png > > こうすれば、実行できると思います。
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.)
登录
Nickname
预览
Post
取消