This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 2117

Summary: Creating a new DTD (XML) I have got exception nevertheless the file was created and opened
Product: platform Reporter: Jan Palka <janpalka>
Component: -- Other --Assignee: support <support>
Status: CLOSED FIXED    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jan Palka 1999-06-08 02:02:22 UTC
java.lang.NullPointerException
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:124)
        at javax.swing.JEditorPane.createEditorKitForContentType(JEditorPane.jav
a:849)
        at com.netbeans.ide.text.EditorSupport.createEditorKit(EditorSupport.jav
a:498)
        at com.netbeans.ide.text.EditorSupport.prepareDocument(EditorSupport.jav

a:234)
        at com.netbeans.ide.text.EditorSupport.createCloneableTopComponent(Edito
rSupport.java:140)
        at com.netbeans.ide.loaders.OpenSupport.open(OpenSupport.java:93)
        at com.netbeans.ide.actions.OpenAction$1.run(OpenAction.java:83)
        at com.netbeans.ide.util.Task.run(Task.java:125)
        at com.netbeans.ide.util.RequestProcessor$ProcessorThread.run(RequestPro
cessor.java:379)
Comment 1 Marek Grummich 2000-07-25 09:44:59 UTC
Priority is changed to P4 (normal).