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 30488 - Run Action throws ClassNotFoudException
Summary: Run Action throws ClassNotFoudException
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 3.x
Hardware: PC All
: P1 blocker (vote)
Assignee: junit-issues@java
URL:
Keywords:
Depends on:
Blocks: 11923
  Show dependency tree
 
Reported: 2003-01-29 18:11 UTC by Martin Brehovsky
Modified: 2003-07-02 12:12 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 Martin Brehovsky 2003-01-29 18:11:43 UTC
JUnit module 2.7.1 throws:

'java.lang.NoClassDefFoundError:
org/netbeans/modules/junit/JUnitTestRunner
Exception in thread "main" '

when running tests via Tools/JUnit/Run. This is
caused by separation of nbjunit from JUnit module.
Comment 1 Martin Brehovsky 2003-02-05 10:05:35 UTC
Proposed solution: move the JUniTestRunner class to a separate jar
file and append it to the classpath for execution.
Comment 2 Martin Brehovsky 2003-02-14 18:17:17 UTC
Fixed.
Comment 3 David Kaspar 2003-02-18 13:44:37 UTC
Verified
Comment 4 Quality Engineering 2003-07-02 12:12:22 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.