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 5725 - IOException when trying to set a class in a jar file to use internal execution (jar contains only class files)
Summary: IOException when trying to set a class in a jar file to use internal executio...
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-02-12 01:13 UTC by _ tboudreau
Modified: 2008-12-23 11:02 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 _ tboudreau 2000-02-12 01:13:25 UTC
java.lang.reflect.InvocationTargetException: java.io.IOException
        at org.openide.filesystems.JarFileSystem.outputStream(JarFileSystem.java:460)
        at org.openide.filesystems.DefaultAttributes.saveTable(DefaultAttributes.java:315)
        at org.openide.filesystems.DefaultAttributes.writeAttribute(DefaultAttributes.java:181)
        at org.openide.filesystems.AbstractFileObject.setAttribute(AbstractFileObject.java:251)
        at org.openide.loaders.ExecSupport.setExecutor(ExecSupport.java:228)
        at org.openide.loaders.ExecSupport$4.setValue(ExecSupport.java:402)
        at org.openide.explorer.propertysheet.PropertyDetails.setPropertyValue(PropertyDetails.java:184)
        at org.openide.explorer.propertysheet.PropertyDisplayer.setPropertyValue(PropertyDisplayer.java:734)
        at org.openide.explorer.propertysheet.PropertyDisplayer.setAsText(PropertyDisplayer.java:704)
        at org.openide.explorer.propertysheet.PropertyDisplayer$3.actionPerformed(PropertyDisplayer.java:505)
        at javax.swing.JComboBox.fireActionEvent(JComboBox.java:870)
        at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:894)

        at javax.swing.JComboBox.contentsChanged(JComboBox.java:946)
        at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:79)
        at javax.swing.DefaultComboBoxModel.setSelectedItem(DefaultComboBoxModel.java:86)
        at javax.swing.JComboBox.setSelectedItem(JComboBox.java:415)
        at javax.swing.JComboBox.setSelectedIndex(JComboBox.java:455)
        at javax.swing.plaf.basic.BasicComboPopup$ListMouseHandler.mouseReleased(BasicComboPopup.java:582)
        at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
        at java.awt.Component.processMouseEvent(Component.java:3717)
        at java.awt.Component.processEvent(Component.java:3546)
        at java.awt.Container.processEvent(Container.java:1163)
        at java.awt.Component.dispatchEventImpl(
Comment 1 Jaroslav Tulach 2000-06-28 11:15:59 UTC
Duplicate with 5713
Comment 2 Marek Grummich 2000-07-25 09:22:59 UTC
Priority is changed to P4 (normal).
Comment 3 Quality Engineering 2003-07-01 15:55:36 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 4 Quality Engineering 2003-07-01 16:19:39 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.