View Single Post
Old 09-06-2012, 09:34 AM   #53
mod186k1
Addict
mod186k1 ought to be getting tired of karma fortunes by now.mod186k1 ought to be getting tired of karma fortunes by now.mod186k1 ought to be getting tired of karma fortunes by now.mod186k1 ought to be getting tired of karma fortunes by now.mod186k1 ought to be getting tired of karma fortunes by now.mod186k1 ought to be getting tired of karma fortunes by now.mod186k1 ought to be getting tired of karma fortunes by now.mod186k1 ought to be getting tired of karma fortunes by now.mod186k1 ought to be getting tired of karma fortunes by now.mod186k1 ought to be getting tired of karma fortunes by now.mod186k1 ought to be getting tired of karma fortunes by now.
 
mod186k1's Avatar
 
Posts: 233
Karma: 256666
Join Date: May 2008
Location: Italy
Device: iLiad, PRS-T3, Kobo GLO HD, Paperwhite 2, PB Ultra, Ony Boox Max
You will need jdom.jar to compile it (jdom is not a project of mine).

For compile the program you can do:
Code:
cd jCrossSketch
wget http://www.jdom.org/dist/binary/archive/jdom-1.1.3.zip
unzip jdom-1.1.3.zip jdom/build/jdom-1.1.3.jar
mkdir ext_libs
mv jdom/build/jdom-1.1.3.jar ext_libs/jdom.jar
rm -r jdom jdom*zip
make all
You'll have:
  • jCrossSketch-0.6-bin.zip
  • jCrossSketch-0.6-doc.zip
  • jCrossSketch-0.6-src.zip

You can also download directly the binary of jCrossSketch using sourceforge:
http://sourceforge.net/projects/jcro.../files/binary/
mod186k1 is offline   Reply With Quote