View Single Post
Old 09-04-2008, 10:28 AM   #7
acidzebra
Liseuse Lover
acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.
 
acidzebra's Avatar
 
Posts: 869
Karma: 1035404
Join Date: Jul 2008
Location: Netherlands
Device: PRS-505
Quote:
Originally Posted by Format C: View Post
Removed the option, here's the output:

Code:
Creando 2003.rtf...java.lang.NullPointerException
        at java.lang.StringBuffer.<init>(Unknown Source)
        at com.lowagie.text.Meta.<init>(Unknown Source)
        at com.lowagie.text.Header.<init>(Unknown Source)
        at com.lowagie.text.Document.addHeader(Unknown Source)
        at lrf.objects.Book.getRTF(Book.java:245)
        at lrf.parse.RecurseDirs.dumpToRTF(RecurseDirs.java:156)
        at lrf.parse.RecurseDirs.convertAction(RecurseDirs.java:204)
        at lrf.parse.RecurseDirs.<init>(RecurseDirs.java:108)
        at lrf.parse.RecurseDirs.main(RecurseDirs.java:33)
RTF Error
Same with pdf.
Wow, you ARE unlucky. I tried this on my corporate XP box.

Commandline: java -jar LRFTools.jar convert d:\export -RTF
Where D:\export contained the lrfs (a single one to test, actually)

java version "1.6.0_01"
Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
Java HotSpot(TM) Client VM (build 1.6.0_01-b06, mixed mode, sharing)

So what command line and java version for you?
acidzebra is offline   Reply With Quote