<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;'><div>When trying to run the APIExamples.java for JSword, it throws this exception:<br></div><div><br></div><div>Exception in thread "main" java.lang.NullPointerException<br></div><div>at org.crosswire.jsword.util.ConverterFactory.getConverter(ConverterFactory.java:51)<br></div><div>at com.selfdidactic.APIExamples.readStyledText(APIExamples.java:163)<br></div><div>at com.selfdidactic.APIExamples.main(APIExamples.java:461)<br></div><div><br></div><div>It is happening in the&nbsp;readStyledText method where...<br></div><div><br></div><div>Converter styler = ConverterFactory.getConverter();<br></div><div><br></div><div><br></div><div>Has JSword changed without updating the API examples?<br></div><div><br></div><div><br></div></div><br></body></html>