Hi,
        In our application, we came across a problem while implementing context sensitive help... we are using the Java help..and when the html file (help document) is large (say 25K or above), a null pointer exception occurs..Please suggest an alternative other than splitting the html files

java.lang.NullPointerException
        at sun.net.www.http.KeepAliveStream.close(KeepAliveStream.java:63)
        at java.io.FilterInputStream.close(FilterInputStream.java:159)
        at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.close(Htt
pURLConnection.java:1283)
        at java.io.FilterInputStream.close(FilterInputStream.java:159)
        at javax.swing.JEditorPane.read(JEditorPane.java:514)
        at javax.swing.JEditorPane$PageLoader.run(JEditorPane.java:551)

Thanks in advance
Manoj

Reply via email to