View Single Post
Old 03-22-2012, 02:18 PM   #51
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
There are 2 difference:

Jarnal.cmd:
Code:
  -Xmx192m -t templates/default.jaj
Jarnalannotate.cmd:
Code:
 -Xmx256m -t templates/annotate.jaj -b
difference:
  • the "-Xmx***" switch: it's a JRE switch to reserve memory: jarnalannotate has more memory assigned that Jarnal.cmd
  • template - use of different template (square line, single line, plain paper etc.)
  • the "-b" switch - open the file (if you give it as argument) as Background.

You have to check two things:

1) check that exists the file "default.jaj" under the folder "templates" in your Jarnal directory.
2) edit the jarnal.cmd and give more memory replacing "-Xmx192m" in "-Xmx256m"

Also you can use jarnalannotate.cmd: it is the same for what we need
mod186k1 is offline   Reply With Quote