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 - Creating a new DTD (XML) I have got exception nevertheless the file was created and opened
Summary: Creating a new DTD (XML) I have got exception nevertheless the file was creat...
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: support
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-06-08 02:02 UTC by Jan Palka
Modified: 2008-12-23 11:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).