View Single Post
Old 11-22-2006, 11:53 PM   #3
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,377
Karma: 27230406
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Here's a bash script I use on linux

Code:
#!/bin/sh
dir=/home/kovid/build/BBeBook-0.1
CLASSPATH=$dir/jpedalSTD.jar:$dir/kxml2-2.3.0.jar:$dir/PDFBox-0.7.3.jar:$dir
java -cp $CLASSPATH BBeBook
You will need to download those jar files they aren't distributed with BBeBook

Last edited by kovidgoyal; 11-22-2006 at 11:55 PM.
kovidgoyal is offline   Reply With Quote