Should the Personal Commentary work in JSword?  I was thinking about using it but noticed <a href="http://www.crosswire.org/wiki/DevTools:JSword/Personal_Commentary">this wiki page</a> that says it is not supported.  However, there does seem to be some code that writes to files in RawFileBackend e.g. setRawText(key, text).<div>
<br></div><div>I also tried the following but it fails with an NPE in RawFileBackend:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">          </span>Book pc = Books.installed().getBook("Personal");</div>
<div><div><span class="Apple-tab-span" style="white-space:pre">           </span>assertTrue("PC is not writable", pc.isWritable());</div></div><div><br></div><div>Thanks</div><div>Martin</div>