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 3888 - When trying to run app for internal execution, sometimes (2-3 from 5) exception is thrown. After some next attempts without
Summary: When trying to run app for internal execution, sometimes (2-3 from 5) ...
Status: CLOSED WORKSFORME
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P2 normal (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-09-15 22:53 UTC by Petr Nejedly
Modified: 2003-07-02 16: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 Petr Nejedly 1999-09-15 22:53:46 UTC
Occurs when compile come class needed by app and then trying to run app imediately -> problem with nbfs updating delay.

State changing: 5
java.lang.NoClassDefFoundError: test/OneEditorTester
State changing: 33
        at java.lang.Class.getMethod0(Native Method)
        at java.lang.Class.getMethod0(Compiled Code)

        at java.lang.Class.getDeclaredMethod(Compiled Code)
        at org.openide.execution.ThreadExecutor.handleExecute(Compiled Code)
        at org.openide.execution.ExecutionEngine.startExecutor(Compiled Code)
        at com.netbeans.developer.impl.execution.ExecutionEngine.runExecutor(Compiled Code)
        at com.netbeans.developer.impl.execution.ExecutionEngine$RunClass.run(Compiled Code)
State changing: 5
State changing: 33
Comment 1 Quality Engineering 2003-07-02 15:56:28 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.
Comment 2 Quality Engineering 2003-07-02 16:02:52 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.