Can I use command line print on Windows?
The following error occurs when I tried to print use gowrite
D:\Game\Weiqi\Windows\gowirtePrintexample>java -cp "c:\program files\GOWrite.jar
" GOWritePrint -wizard wizard.dsx -print ./print.dsx -output . -graphics graphi
cs.gex -format format.dsx print1.sgf
Error: Could not find or load main class GOWritePrint
Anyway I cannot find the GOWritePrint.jar
stephen
Command-line use: exporting & printing
Moderator: lpaatero
Re: Command-line use: exporting & printing
HI,
I moved the post to support; I do not get notification on tips&tricks posts, so I almost missed your question.
GOWritePrint class is in GOWrite.jar, so no problem there.
I think you have typo in "c:\program files\GOWrite.jar", it probably should be something like "c:\program files\gowrite\GOWrite.jar"
regards
Lauri
I moved the post to support; I do not get notification on tips&tricks posts, so I almost missed your question.
GOWritePrint class is in GOWrite.jar, so no problem there.
I think you have typo in "c:\program files\GOWrite.jar", it probably should be something like "c:\program files\gowrite\GOWrite.jar"
regards
Lauri
Re: Command-line use: exporting & printing
Thanks Lauri for your reply.
I corrected the typo then it works.
java -cp "c:\program files\gowrite2\GOWrite.jar" GOWritePrint -wizard wizard.dsx -export print.dsx -output out print1.sgf
I corrected the typo then it works.
java -cp "c:\program files\gowrite2\GOWrite.jar" GOWritePrint -wizard wizard.dsx -export print.dsx -output out print1.sgf