NetBeans6.0 beta2にコンポーネントライブラリを入れようとメニューの「Tools」→「Component Libraries」を選ぶとエラーが出た。
java.lang.NoClassDefFoundError: com/sun/sql/rowset/JdbcRowSetXImpl
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at org.netbeans.modules.visualweb.complib.ComplibServiceProvider$ComponentInfo.<init>(ComplibServiceProvider.java:317)
at org.netbeans.modules.visualweb.complib.ComplibServiceProvider$ComponentInfo.<init>(ComplibServiceProvider.java:278)
at org.netbeans.modules.visualweb.complib.ComplibServiceProvider.getUniqueInitialItems(ComplibServiceProvider.java:1000)
at org.netbeans.modules.visualweb.complib.ComplibServiceProvider.getComponentInfos(ComplibServiceProvider.java:983)
at org.netbeans.modules.visualweb.complib.ui.ComponentsPanel.initComponentListJtable(ComponentsPanel.java:194)
at org.netbeans.modules.visualweb.complib.ui.ComponentsPanel.<init>(ComponentsPanel.java:177)
at org.netbeans.modules.visualweb.complib.ui.MainDetailPanel.<init>(MainDetailPanel.java:75)
at org.netbeans.modules.visualweb.complib.ui.CompLibManagerPanel.treeCompLibValueChanged(CompLibManagerPanel.java:461)
at org.netbeans.modules.visualweb.complib.ui.CompLibManagerPanel.access$800(CompLibManagerPanel.java:85)
at org.netbeans.modules.visualweb.complib.ui.CompLibManagerPanel$1.valueChanged(CompLibManagerPanel.java:337)
at javax.swing.JTree.fireValueChanged(JTree.java:2399)
at javax.swing.JTree$TreeSelectionRedirector.valueChanged(JTree.java:2770)
at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(DefaultTreeSelectionModel.java:629)
at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(DefaultTreeSelectionModel.java:1078)
at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(DefaultTreeSelectionModel.java:287)
at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPath(DefaultTreeSelectionModel.java:170)
at javax.swing.JTree.setSelectionPath(JTree.java:1174)
at org.netbeans.modules.visualweb.complib.ui.CompLibManagerPanel.initTreeModel(CompLibManagerPanel.java:291)
at org.netbeans.modules.visualweb.complib.ui.CompLibManagerPanel.<init>(CompLibManagerPanel.java:222)
at org.netbeans.modules.visualweb.complib.ui.ComponentLibraryManagerAction.performAction(ComponentLibraryManagerAction.java:60)
at org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:118)
at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:77)
at org.openide.util.actions.CallableSystemAction.actionPerformed(CallableSystemAction.java:114)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
at java.awt.Component.processMouseEvent(Component.java:5488)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
at java.awt.Component.processEvent(Component.java:5253)
at java.awt.Container.processEvent(Container.java:1966)
at java.awt.Component.dispatchEventImpl(Component.java:3955)
at java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
at java.awt.Container.dispatchEventImpl(Container.java:2010)
at java.awt.Window.dispatchEventImpl(Window.java:1774)
at java.awt.Component.dispatchEvent(Component.java:3803)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
俺だけかな?