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 6060 - AccessException setting Working Dir in External Exceution
Summary: AccessException setting Working Dir in External Exceution
Status: CLOSED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: support
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-03-28 23:17 UTC by Jan Palka
Modified: 2007-09-26 09:14 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 2000-03-28 23:17:32 UTC
java.lang.IllegalAccessException
        at org.openide.nodes.PropertySupport$Reflection.setValue(PropertySupport.java:202)
        at org.openide.explorer.propertysheet.PropertyDetails.setPropertyValue(PropertyDetails.java, Compiled Code)
        at org.openide.explorer.propertysheet.PropertyDisplayer.setPropertyValue(PropertyDisplayer.java:734)
        at org.openide.explorer.propertysheet.PropertyDisplayer$10.propertyChange(PropertyDisplayer.java:862)
        at java.beans.PropertyEditorSupport.firePropertyChange(PropertyEditorSupport.java, Compiled Code)
        at java.beans.PropertyEditorSupport.setValue(PropertyEditorSupport.java, Compiled Code)
        at org.openide.explorer.propertysheet.editors.FileEditor$3.actionPerformed(FileEditor.java:107)
        at javax.swing.JFileChooser.fireActionPerformed(JFileChooser.java:1279)
        at javax.swing.JFileChooser.approveSelection(JFileChooser.java:1229)
        at javax.swing.plaf.basic.BasicFileChooserUI$ApproveSelectionAction.actionPerformed(BasicFileChooserUI.java:519)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java, Compiled Code)
        at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java, Compiled Code)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java, Compiled Code)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java, Compiled Code)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java, Compiled Code)

        at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java, Compiled Code)
        at java.awt.Component.processMouseEvent(Component.java, Compiled Code)
        at java.awt.Component.processEvent(Component.java, Compiled Code)
        at java.awt.Container.processEvent(Container.java, Compiled Code)
        at java.awt.Component.dispatchEventImpl(Component.java, Compiled Code)
        at java.awt.Contain