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 109291 - NoClassDefFoundError reported at startup
Summary: NoClassDefFoundError reported at startup
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: Other Windows XP
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on: 109402
Blocks:
  Show dependency tree
 
Reported: 2007-07-10 21:41 UTC by starlight60
Modified: 2008-12-22 13:32 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log file (65.09 KB, text/plain)
2007-07-10 21:43 UTC, starlight60
Details

Note You need to log in before you can comment on or make changes to this bug.
Description starlight60 2007-07-10 21:41:55 UTC
On startup the error java.lang.NoClassDefFoundError was reported by(?) org/netbeans/swing/tabcontrol/SlidingButtonUI

preceded by loading modules ....
	com.bluemarsh.sysfs/1 [1.0]
Could not load a UI for ViewTabDisplayerUI - missing class?
Could not load a UI for ViewTabDisplayerUI - missing class?
Could not load a UI for EditorTabDisplayerUI - missing class?
Comment 1 starlight60 2007-07-10 21:43:07 UTC
Created attachment 44906 [details]
Log file
Comment 2 Vitezslav Stejskal 2007-07-11 09:32:42 UTC
Not sure what's wrong. Maybe look&feel issue or missing library? Please reassign. Thanks
Comment 3 David Simonek 2007-07-11 09:48:43 UTC
NoClassDefFound sometimes means that there are wrong dependencies. Maybe it is known issue with substance L&F not
working under 6.0? I think so. Passing to Standa.
Comment 4 Stanislav Aubrecht 2007-07-11 12:42:16 UTC
the problem is that tab control api has changed in 6.0 so some changes are needed in the substance laf module.
see also #103361
Comment 5 Stanislav Aubrecht 2007-07-24 12:20:10 UTC
fixed - core/swing/tabcontrol is public api again

Checking in nbbuild/build.properties;
/cvs/nbbuild/build.properties,v  <--  build.properties
new revision: 1.529; previous revision: 1.528
done
Checking in core/swing/tabcontrol/nbproject/project.xml;
/cvs/core/swing/tabcontrol/nbproject/project.xml,v  <--  project.xml
new revision: 1.15; previous revision: 1.14
done
Checking in core/swing/tabcontrol/manifest.mf;
/cvs/core/swing/tabcontrol/manifest.mf,v  <--  manifest.mf
new revision: 1.12; previous revision: 1.11
done
Checking in core/swing/tabcontrol/src/org/netbeans/swing/tabcontrol/TabDisplayerUI.java;
/cvs/core/swing/tabcontrol/src/org/netbeans/swing/tabcontrol/TabDisplayerUI.java,v  <--  TabDisplayerUI.java
new revision: 1.13; previous revision: 1.12
done
Checking in core/swing/tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/TabControlButtonFactory.java;
/cvs/core/swing/tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/TabControlButtonFactory.java,v  <-- 
TabControlButtonFactory.java
new revision: 1.9; previous revision: 1.8
done
Checking in core/swing/tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/AbstractViewTabDisplayerUI.java;
/cvs/core/swing/tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/AbstractViewTabDisplayerUI.java,v  <-- 
AbstractViewTabDisplayerUI.java
new revision: 1.36; previous revision: 1.35
done
Checking in core/swing/tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/TabControlButton.java;
/cvs/core/swing/tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/TabControlButton.java,v  <--  TabControlButton.java
new revision: 1.5; previous revision: 1.4
done
Checking in core/swing/tabcontrol/api/doc/changes/changes.xml;
/cvs/core/swing/tabcontrol/api/doc/changes/changes.xml,v  <--  changes.xml
new revision: 1.7; previous revision: 1.6
done